feat: add windows build woooooo
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 49s

This commit is contained in:
2026-01-15 10:04:31 -08:00
parent f393dfb359
commit ae9164859a
3 changed files with 55 additions and 15 deletions
+4 -1
View File
@@ -9,7 +9,10 @@
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri"
"tauri": "tauri",
"build:linux": "tauri build",
"build:windows": "tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc",
"build:all": "pnpm build:linux && pnpm build:windows"
},
"license": "MIT",
"dependencies": {