Skip to content

Commit

Permalink
不采用跨平台构建
Browse files Browse the repository at this point in the history
  • Loading branch information
ChingCdesu committed May 23, 2021
1 parent 9fe7cb9 commit 3a9d18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev:ele": "node -r ts-node/register script/build-main --env=development --watch",
"build:vue": "vite build",
"build:ele": "node -r ts-node/register script/build-main --env=production",
"build": "rimraf dist && npm run build:vue && npm run build:ele && electron-builder -mwl"
"build": "rimraf dist && npm run build:vue && npm run build:ele && electron-builder"
},
"build": {
"appId": "cn.sayobot.downloader",
Expand Down

0 comments on commit 3a9d18a

Please sign in to comment.