Merge pull request #60 from m1911star/master

feat: make pake run on windows
This commit is contained in:
Tw93
2022-11-09 17:48:34 +08:00
committed by GitHub
4 changed files with 22 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
"dev": "npm run tauri dev",
"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",
"tauri": "tauri"
},
"license": "MIT",