Skip to content

Commit

Permalink
fix(autoupdate): fix error on downloading updater
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Feb 11, 2018
1 parent b308bb5 commit 023bb97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
"directories": {
"buildResources": "resources"
},
"nsis": {
"artifactName": "Rats.on.The.Boat-${version}.${ext}"
},
"dmg": {
"artifactName": "Rats.on.The.Boat-${version}.${ext}"
},
"publish": {
"provider": "github"
},
Expand Down

0 comments on commit 023bb97

Please sign in to comment.