From ec31ea11865fa239b03aa739e8d37f903a252a10 Mon Sep 17 00:00:00 2001 From: Joseph Cumines Date: Tue, 26 May 2026 07:14:08 +1000 Subject: [PATCH] doc(local-app-build): update CONTRIBUTING.md for build w/o updater key --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2bba9deeb..0c84f9a64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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