try building exe installer on windows
This commit is contained in:
parent
7b1dc2c5a0
commit
2af80c69ae
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ deploy:
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: LiI5jyuHUw6XbH4kC3gP1HX4P/v4rwD/gCNtaFhQu2AvJz1/1wALkp5ECnIxRySN
|
secure: LiI5jyuHUw6XbH4kC3gP1HX4P/v4rwD/gCNtaFhQu2AvJz1/1wALkp5ECnIxRySN
|
||||||
artifact: LBRY
|
artifact: LBRY
|
||||||
draft: true
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
on:
|
on:
|
||||||
appveyor_repo_tag: true # deploy on tag push only
|
appveyor_repo_tag: true # deploy on tag push only
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
"target": "deb"
|
"target": "deb"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": "zip"
|
"target": "nsis"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue