This repository holds builds of the FileRocket Client and the files its updater reads. It holds no source code.
- Each versioned release, for example
v0.1.41, holds one build: the macOS disk image, the update archive and the archive's signature. - The
betarelease holds one file,latest.json. It names the newest beta build and the URL of its archive. Beta builds of the app read it every four hours. - A production channel will get its own release beside
beta, with its ownlatest.json.
The app installs an archive only when its signature matches the public key built into the app. This repository cannot change what the app runs.
- Do not delete, rename or re-tag the
betarelease. Its URL is built into every beta build, so a change strands every installed copy. - Do not upload by hand. CI publishes every release.