增加windows打包与linux打包,增加windows/linux快捷键

This commit is contained in:
Tlntin
2022-11-18 14:46:46 +08:00
parent 2d6f779c87
commit d5f901311e
9 changed files with 521 additions and 54 deletions

View File

@@ -15,6 +15,7 @@
"dev:debug": "npm run tauri dev -- --features devtools",
"build": "npm run tauri build -- --target universal-apple-darwin",
"build:windows": "npm run tauri build -- --target x86_64-pc-windows-msvc",
"build:linux": "npm run tauri build --release",
"tauri": "tauri"
},
"license": "MIT",