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:
|
||||
secure: LiI5jyuHUw6XbH4kC3gP1HX4P/v4rwD/gCNtaFhQu2AvJz1/1wALkp5ECnIxRySN
|
||||
artifact: LBRY
|
||||
draft: true
|
||||
draft: false
|
||||
prerelease: true
|
||||
on:
|
||||
appveyor_repo_tag: true # deploy on tag push only
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"target": "deb"
|
||||
},
|
||||
"win": {
|
||||
"target": "zip"
|
||||
"target": "nsis"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue