Skip to content

Commit

Permalink
Update build names
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed Jan 11, 2020
1 parent fbb30a3 commit e370ffd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@
"mac": {
"icon": "src/assets/icon-shadow.icns",
"category": "",
"darkModeSupport": true
"darkModeSupport": true,
"artifactName": "${productName}-v${version}-${os}.${ext}"
},
"win": {
"icon": "src/assets/icon-shadow.ico"
"icon": "src/assets/icon-shadow.ico",
"artifactName": "${productName}-v${version}-${os}-setup.${ext}"
},
"appx": {
"publisherDisplayName": "Xander Frangos",
Expand Down

0 comments on commit e370ffd

Please sign in to comment.