Skip to content

Commit

Permalink
The "dist-macos" script now builds both an x64 and arm64 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtrendence committed Dec 6, 2021
1 parent f9e852d commit 1338c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -12,7 +12,7 @@
"start": "node src/server.js",
"dev": "nodemon src/server.js",
"dist": "sudo electron-builder -mwl",
"dist-macos": "sudo electron-builder -m",
"dist-macos": "sudo electron-builder -m --x64 --arm64",
"dist-windows": "electron-builder -w",
"dist-linux": "sudo electron-builder -l",
"electron-start": "electron src/server.js portable",
Expand All @@ -31,7 +31,7 @@
"target": [
"dmg"
],
"artifactName": "FileDrop.${version}.Mac.${ext}"
"artifactName": "FileDrop.${version}.${arch}.Mac.${ext}"
},
"win": {
"target": [
Expand Down

0 comments on commit 1338c7a

Please sign in to comment.