mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
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": {
|
"nsis": {
|
||||||
"perMachine": true
|
"perMachine": true
|
||||||
},
|
},
|
||||||
"artifactName": "${productName}_${version}",
|
"artifactName": "${productName}_${version}.${ext}",
|
||||||
"beforeBuild": "./build/checkDaemonPlatform.js"
|
"beforeBuild": "./build/checkDaemonPlatform.js"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue