Skip to content

Commit

Permalink
electron: Add the "x64" suffix to intel builds
Browse files Browse the repository at this point in the history
By default x64 builds have no suffix, only arm64 and universal
builds have that.
  • Loading branch information
Gabriele Mazzotta committed Jan 27, 2024
1 parent 8438a40 commit 3900130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openfortivpn-webview-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"mac": {
"mergeASARs": false,
"identity": null,
"artifactName": "${productName}-${version}-${arch}.${ext}",
"target": [
{
"target": "dmg",
Expand Down

0 comments on commit 3900130

Please sign in to comment.