Update .appveyor.yml

This commit is contained in:
Etoh 2017-12-25 20:36:45 +00:00 committed by GitHub
parent 0a5d4f8e71
commit 2bed3e0670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ before_deploy:
- dir
#- python -c "from PySide2 import QtCore; print QtCore.QLibraryInfo.location(QtCore.QLibraryInfo.PluginsPath)"
# Deploy build to BinTray
deploy:
provider: BinTray
@ -48,6 +49,6 @@ deploy:
repo: Syncplay
package: Syncplay
subject: syncplay
version: v$(gittagversion)
version: v$(ver)
publish: true
override: true