Add build:linux script

This commit is contained in:
2026-07-19 00:17:20 -04:00
parent 6fb7e0415c
commit bc3c66137c
2 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"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": "NO_STRIP=1 tauri build"
},
"license": "Apache-2.0",
"dependencies": {