Skip to content

Commit

Permalink
enabled mac-x64-build
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed May 24, 2024
1 parent b98c6d5 commit 7220d79
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 @@ -33,7 +33,7 @@
"build": "npm run build:electron && electron-builder",
"build:all": "npm run build:electron && electron-builder -mwl",
"build:linux": "npm run pre:build:linux && npm run build:electron && electron-builder --linux -p never",
"build:mac": "npm run pre:build:mac && npm run build:electron && electron-builder --mac -p never",
"build:mac": "npm run pre:build:mac && npm run build:electron && electron-builder --mac --x64 --arm64 -p never",
"build:win": "npm run pre:build:win && npm run build:electron && electron-builder --win -p never",
"pack": "npm run build:electron && electron-builder --dir",
"postinstall": "electron-builder install-app-deps",
Expand Down

0 comments on commit 7220d79

Please sign in to comment.