Skip to content

Commit

Permalink
build for both intel and arm macs
Browse files Browse the repository at this point in the history
  • Loading branch information
hatton committed Jun 15, 2024
1 parent 0a3c3af commit 0492581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
artifactName: "${productName} Windows Setup ${version}.${ext}"
},
mac: {
target: "dmg",
target: "default",
arch: ["x64", "arm64"],
icon: "build/mac.icns",
hardenedRuntime: true,
artifactName: "${productName}-mac-${version}.${ext}",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"main": "dist/src/mainProcess/main.js",
"name": "lameta",
"productName": "lameta",
"version": "2.3.5-beta",
"version": "2.3.6-beta",
"author": {
"name": "lameta",
"email": "[email protected]"
Expand Down

0 comments on commit 0492581

Please sign in to comment.