To test the updater:
- Comment out
verify_signatureinsideplugins/updater/src/updater.rs - Run
pnpm tauri build --debugto build the bundles - Copy the bundle you want to test to this folder (
examples/api/updater-test/) - Run
pnpm tauri devand open the Updater tab to check
If the bundle you're testing doesn't exist in the updater.json yet, add it manually and welcome to open an PR
The
updater.jsonand debug bundles will be served byvite