Skip to content

Commit

Permalink
removing "setup" from dmg name
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Mar 28, 2021
1 parent 4c15b27 commit 23099f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .electron-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
},
dmg: {
icon,
artifactName: `${fileName}-v\${version}-MacOS-setup.\${ext}`
artifactName: `${fileName}-v\${version}-MacOS.\${ext}`
},
win: {
icon,
Expand Down

0 comments on commit 23099f9

Please sign in to comment.