Skip to content

Commit

Permalink
Separate builds for mac x64 and arm and add arch info to filename
Browse files Browse the repository at this point in the history
  • Loading branch information
aandrew-me committed Jun 8, 2024
1 parent 5293ef9 commit 268f421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"deb"
],
"category": "Utility",
"artifactName": "${productName}_Linux.${ext}"
"artifactName": "${productName}_Linux_${arch}.${ext}"
},
"snap": {
"grade": "stable",
Expand All @@ -102,7 +102,7 @@
"msi",
"zip"
],
"artifactName": "${productName}_Win.${ext}"
"artifactName": "${productName}_Win_${arch}.${ext}"
},
"nsis": {
"allowToChangeInstallationDirectory": true,
Expand Down

0 comments on commit 268f421

Please sign in to comment.