Skip to content

Commit 901eea2

Browse files
author
aandrew-me
committed
Separate builds for mac x64 and arm and add arch info to filename
1 parent 7207859 commit 901eea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"deb"
9191
],
9292
"category": "Utility",
93-
"artifactName": "${productName}_Linux.${ext}"
93+
"artifactName": "${productName}_Linux_${arch}.${ext}"
9494
},
9595
"snap": {
9696
"grade": "stable",
@@ -102,7 +102,7 @@
102102
"msi",
103103
"zip"
104104
],
105-
"artifactName": "${productName}_Win.${ext}"
105+
"artifactName": "${productName}_Win_${arch}.${ext}"
106106
},
107107
"nsis": {
108108
"allowToChangeInstallationDirectory": true,

0 commit comments

Comments
 (0)