chore: remove custom artifact name

This commit is contained in:
Igor Gassmann 2018-03-16 13:26:39 -04:00
parent e75a5581be
commit 861131fd77

View file

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