fix(autoupdate): fix error on downloading updater

This commit is contained in:
Alexey Kasyanchuk 2018-02-11 15:01:24 +03:00
parent ee1a6013d6
commit f7a3308fab

View File

@ -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"
},