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

View file

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