fix: artifact extension missing
This commit is contained in:
parent
3ae13fb494
commit
c95d9ebbf0
1 changed files with 1 additions and 1 deletions
|
@ -64,6 +64,6 @@
|
|||
"nsis": {
|
||||
"perMachine": true
|
||||
},
|
||||
"artifactName": "${productName}_${version}",
|
||||
"artifactName": "${productName}_${version}.${ext}",
|
||||
"beforeBuild": "./build/checkDaemonPlatform.js"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue