Hide secondary windows until the login UI is painted, open external links in the default browser, and add signed Githop auto-updates

Hop-State: A_06FPJAAEMY0VXGY9S90PE90
Hop-Proposal: R_06FPJA9RY0ZAWJ1K0K760W8
Hop-Task: T_06FPJ5688NFG8VWKSFCTZEG
Hop-Attempt: AT_06FPJ5688M08V2K0PEFVQX0
This commit is contained in:
2026-07-15 21:22:22 -07:00
committed by Hop
parent ec3c8d58b0
commit 7c185c9b36
13 changed files with 677 additions and 12 deletions
+3 -1
View File
@@ -7,7 +7,9 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
"tauri": "tauri",
"release": "tauri build --config src-tauri/tauri.release.conf.json",
"release:manifest": "bun scripts/create-update-manifest.mjs"
},
"dependencies": {
"@tauri-apps/api": "^2",