serve-mar

Crates.ioserve-mar
lib.rsserve-mar
version0.1.1
sourcesrc
created_at2024-07-16 09:45:17.638111
updated_at2024-07-16 09:49:13.65542
descriptionServes a mar update file for Mozilla based applications.
homepage
repository
max_upload_size
id1304879
size75,062
Dave Townsend (Mossop)

documentation

README

serve-mar

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.

Commit count: 0

cargo fmt