Add Windows desktop packaging - #52
Conversation
|
A small macOS regression check would be useful before merging. Most of this PR is Windows-only packaging, but a few shared desktop code paths changed:
I do not expect these to break normal macOS Tauri builds, but they are the shared-code areas worth smoke testing on macOS: launch the production app, confirm updater startup behavior, shortcut labels, and titlebar spacing. |
ce8134b to
ebf93c4
Compare
|
Follow-up fix for Windows desktop login callback: Windows opens custom URL schemes by launching a new app process with the deep-link URL as a CLI argument. The auth flow keeps the pending This branch now adds Verified locally:
|
Summary
Verification
pnpm --filter @kuku/desktop buildcargo check --locked -p kuku-app --all-targetspnpm --filter @kuku/web test -- prod_releasepowershell -NoProfile -ExecutionPolicy Bypass -File scripts\release-windows-store-msix.ps1 -SkipBuildNotes