Skip to content

Commit

Permalink
ci: added standard artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
m-emre-yalcin committed Aug 14, 2022
1 parent d2a16a9 commit 0187ad8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,14 @@
"src/assets/colors.json"
],
"dmg": {
"icon": "electron/icon.icns"
"icon": "electron/icon.icns",
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}"
},
"win": {
"asar": false,
"target": "nsis",
"icon": "electron/icon.ico"
"icon": "electron/icon.ico",
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}"
},
"linux": {
"target": [
Expand All @@ -85,12 +87,14 @@
"snap",
"AppImage"
],
"category": "Development"
"category": "Development",
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}"
},
"nsis": {
"installerIcon": "electron/icon.ico",
"installerHeaderIcon": "electron/icon.ico",
"deleteAppDataOnUninstall": false
"deleteAppDataOnUninstall": false,
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}"
},
"publish": {
"provider": "github",
Expand Down

1 comment on commit 0187ad8

@vercel
Copy link

@vercel vercel bot commented on 0187ad8 Aug 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.