appveyor: no d3d

This commit is contained in:
Dag Heyman 2017-03-23 12:02:57 +01:00
parent c442fb190e
commit 2f7686a3bd
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338

View File

@ -60,7 +60,7 @@ after_build:
- ps: wget https://www.python.org/ftp/python/3.5.2/python-3.5.2-embed-win32.zip -OutFile python-3.5.2-embed-win32.zip
- 7z x python-3.5.2-embed-win32.zip -o".\release"
# Use Qt deployment tool on executable
- windeployqt .\release\yubioath-desktop.exe --qmldir=qml --no-compiler-runtime
- windeployqt .\release\yubioath-desktop.exe --qmldir=qml --no-system-d3d-compiler --release
# Workaround:
# Manually add pyotherside plugin to release folder.
# Should be handled by windeployqt, but doesn't seem to be when QML Settings are used (?).