Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Remove arm64 option for windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
arevi committed Dec 31, 2021
1 parent 5907bcd commit b1ae15e
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 @@ -20,7 +20,7 @@
"build-app-prod": "webpack --config ./src/main/configs/webpack.config.prod.js",
"build-renderer-prod": "webpack --config ./src/renderer/configs/webpack.config.prod.js",
"build": "concurrently \"npm run build-app-prod\" \"npm run build-renderer-prod\"",
"build:win": "electron-builder build --win --x64 --arm64 -c.extraMetadata.main=./main.js --publish never",
"build:win": "electron-builder build --win --x64 -c.extraMetadata.main=./main.js --publish never",
"build:mac": "electron-builder build --mac --x64 --arm64 -c.extraMetadata.main=./main.js --publish never",
"start": "concurrently \"npm run build-app-dev\" \"npm run start-renderer-dev\" \"wait-on ./build/dev/main.js && wait-on tcp:3000 && npm run start-app-dev\""
},
Expand Down

0 comments on commit b1ae15e

Please sign in to comment.