Squirrel Darwin (macOS)
Returns only ZIP archive links for macOS Squirrel updates.
Key Behavior
- The response contains a
urlfield instead ofupdate_url_zip. - Only ZIP archive links are returned.
- Optimized for the Squirrel.Mac update mechanism.
Checking for Updates
curl -X GET 'http://localhost:9000/checkVersion?app_name=myapp&version=1.0.0&channel=stable&platform=darwin&arch=amd64&owner=admin&updater=squirrel_darwin'
Related reading
- Updaters Support — overview of all updater types.
- Squirrel (Windows) — the Windows counterpart and its
RELEASESoutput. - Squirrel example app — Electron
autoUpdaterwired to FaynoSync.