Batch packaging scheme for migrating the master branch

This commit is contained in:
Tlntin
2023-04-08 10:35:51 +08:00
parent da95422828
commit a46a5d702e
7 changed files with 268 additions and 89 deletions

View File

@@ -36,7 +36,7 @@
"build": "npm run tauri build --release",
"build:mac": "npm run tauri build -- --target universal-apple-darwin",
"build:all-unix": "chmod +x ./script/build.sh && ./script/build.sh",
"build:all-windows": ".\\script\\build.bat",
"build:all-windows": "pwsh ./script/build.ps1",
"tauri": "tauri",
"cli": "rollup -c rollup.config.js --watch",
"cli:build": "cross-env NODE_ENV=production rollup -c rollup.config.js",