summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-25 14:45:50 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-25 14:45:50 +0300
commitc852cd76469b4119098d92bdd687f4285c32746a (patch)
tree3fa16b2dbb44d1b7008f7be4325f49ccf2485d78 /appveyor.yml
parent14e1545c9ab5c2b472931d9ca22d23876867e97c (diff)
ci: Update qt installer framework
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 74b391e3..286e13f9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -119,7 +119,7 @@ after_build:
- xcopy NhekoData\*.* installer\packages\com.mujx.nheko\data\*.* /s /e /c /y
- move NhekoRelease\nheko.exe installer\packages\com.mujx.nheko\data
- mkdir tools
- - curl -L -O https://download.qt.io/official_releases/qt-installer-framework/3.0.1/QtInstallerFramework-win-x86.exe
+ - curl -L -O https://download.qt.io/official_releases/qt-installer-framework/3.0.4/QtInstallerFramework-win-x86.exe
- 7z x QtInstallerFramework-win-x86.exe -otools -aoa
- set PATH=%BUILD%\tools\bin;%PATH%
- binarycreator.exe -f -c installer\config\config.xml -p installer\packages nheko-installer.exe