This commit is contained in:
Igor Gassmann 2018-02-11 15:28:40 -03:00
parent b4d8c46029
commit 32347a82ce

View file

@ -43,5 +43,6 @@
"nsis": {
"perMachine": true
},
"beforeBuild": "build/downloadDaemon.js"
"beforeBuild": "build/downloadDaemon.js",
"artifactName": "${productName}_${version}.${ext}"
}