diff options
author | Marcel <MTRNord@users.noreply.github.com> | 2022-03-03 18:58:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 18:58:48 +0100 |
commit | d92c982bf60dc5ce57ef7df7a2e7d1f4eee33c39 (patch) | |
tree | 46ac52294b8b7bc07e44bc970c0312c6c7d66fa5 /appveyor.yml | |
parent | Translated using Weblate (French) (diff) | |
download | nheko-d92c982bf60dc5ce57ef7df7a2e7d1f4eee33c39.tar.xz |
Update QtInstallerFramework to newest version
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index 53f4d105..b64cb206 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -101,10 +101,8 @@ after_build: - xcopy NhekoData\*.* installer\packages\io.github.nhekoreborn.nheko\data\*.* /s /e /c /y - move NhekoRelease\nheko.exe installer\packages\io.github.nhekoreborn.nheko\data - mkdir tools - #- curl -L -O https://download.qt.io/official_releases/qt-installer-framework/3.0.4/QtInstallerFramework-win-x86.exe - # Since the official download.qt.io is down atm - - curl -L -O https://qt-mirror.dannhauer.de/official_releases/qt-installer-framework/4.0.1/QtInstallerFramework-win-x86.exe - - 7z x QtInstallerFramework-win-x86.exe -otools -aoa + - curl -L -O https://download.qt.io/official_releases/qt-installer-framework/4.3.0/QtInstallerFramework-windows-x86-4.3.0.exe + - 7z x QtInstallerFramework-windows-x86-4.3.0.exe -otools -aoa - set PATH=%BUILD%\tools\bin;%PATH% - binarycreator.exe -f -c installer\config\config.xml -p installer\packages nheko-installer.exe |