Skip to content

Commit

Permalink
fix(macos): fix updates on Mac OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Feb 11, 2018
1 parent d8b524c commit 91e4f93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"nsis": {
"artifactName": "Rats.on.The.Boat-${version}.${ext}"
},
"dmg": {
"artifactName": "Rats.on.The.Boat-${version}.${ext}"
},
"publish": {
"provider": "github"
},
Expand All @@ -61,6 +58,7 @@
]
},
"mac": {
"artifactName": "${name}-${version}-mac.${ext}",
"extraFiles": [
{
"from": "./imports/darwin",
Expand Down

0 comments on commit 91e4f93

Please sign in to comment.