Skip to content

Commit befb0c4

Browse files
committed
fix: really release for arm mac
1 parent b8e8409 commit befb0c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"test": "craco test",
1010
"test:cypress": "export PORT=$(get-port 8765); concurrently npm:start:testserver npm:start:cypress",
1111
"pack": "electron-builder --dir",
12-
"dist": "electron-builder --mac --arm64 --x64",
1312
"inspect:asar": "rm -rf app_asar && asar extract dist/mac/BudgetBudget.app/Contents/Resources/app.asar ./app_asar",
1413
"start:cra": "BROWSER=none craco start",
1514
"start:electron": "npm run wait:server && SERVER_URL=http://localhost:$PORT NODE_ENV=development electron .",
@@ -64,7 +63,7 @@
6463
[
6564
"@semantic-release/exec",
6665
{
67-
"prepareCmd": "npm --no-git-tag-version version ${nextRelease.version} && npm run build && npx --no-install electron-builder --mac --publish never"
66+
"prepareCmd": "npm --no-git-tag-version version ${nextRelease.version} && npm run build && npx --no-install electron-builder --mac --arm64 --x64 --publish never"
6867
}
6968
],
7069
[

0 commit comments

Comments
 (0)