Skip to content

Commit

Permalink
enabled mac-x64-build (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 authored May 24, 2024
1 parent b98c6d5 commit eaa4e0d
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 eaa4e0d

Please sign in to comment.