This worker fetches releases from PasteBarApp github repo
Run npm run deploy to deploy on Cloudflare Workers.
Update the endpoint in tauri.config.json to:
https://updater.pastebar.app/check/{{target}}/{{arch}}/{{current_version}}
- MacOSX: ends with
.app.tar.gz - Windows: ends with
.msi.zipor.nsis.zip
npm install
npm run dev
npm run deploy
Based on https://github.com/egoist/tauri-updater (Thanks to @egoist)