try building exe installer on windows

This commit is contained in:
jobevers 2017-02-17 14:06:57 -06:00
parent 7b1dc2c5a0
commit 2af80c69ae
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -36,7 +36,7 @@
"target": "deb"
},
"win": {
"target": "zip"
"target": "nsis"
}
},
"devDependencies": {