Crates.io | serve-mar |
lib.rs | serve-mar |
version | 0.1.1 |
source | src |
created_at | 2024-07-16 09:45:17.638111 |
updated_at | 2024-07-16 09:49:13.65542 |
description | Serves a mar update file for Mozilla based applications. |
homepage | |
repository | |
max_upload_size | |
id | 1304879 |
size | 75,062 |
This takes some of the pain out of testing automatic updates for Mozilla applications.
You still need to create an update mar file using the instructions provided and be running a build built to support unsigned updates. But once you have that you can run an update server with:
~$ cargo install serve-mar
~$ serve-mar update.mar
This will start a basic webserver on port 8000 that serves updates from /update.xml
.