doc(local-app-build): update CONTRIBUTING.md for build w/o updater key

This commit is contained in:
Joseph Cumines 2026-05-26 07:14:08 +10:00 committed by Danila Poyarkov
parent b5eacf7ab6
commit ec31ea1186

View file

@ -16,7 +16,7 @@ bun run dev # Vite dev server on localhost:1420
bun run tauri dev # Tauri desktop app with hot reload
# For macOS release builds with ad-hoc signing (no Apple Developer account, local testing only):
APPLE_SIGNING_IDENTITY=- bun run tauri build
APPLE_SIGNING_IDENTITY=- bun run tauri build -c '{"bundle": { "createUpdaterArtifacts": false }}'
```
## Quality checks