更改默认打包命令

This commit is contained in:
Tlntin
2022-12-10 20:41:50 +08:00
parent 80b36c2f91
commit 718280fe59
7 changed files with 9 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ export default class MacBuilder implements IBuilder {
await mergeTauriConfig(url, options, tauriConf);
const _ = await shellExec(`cd ${npmDirectory} && npm install && npm run build:release`);
const _ = await shellExec(`cd ${npmDirectory} && npm install && npm run build`);
let arch = "x64";
if (process.arch === "arm64") {
arch = "aarch64";