fix: artifact extension missing

This commit is contained in:
Igor Gassmann 2018-03-22 09:45:24 -04:00
parent 3ae13fb494
commit c95d9ebbf0

View file

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