mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
ci: Update qt installer framework
This commit is contained in:
parent
14e1545c9a
commit
c852cd7646
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ after_build:
|
||||||
- xcopy NhekoData\*.* installer\packages\com.mujx.nheko\data\*.* /s /e /c /y
|
- xcopy NhekoData\*.* installer\packages\com.mujx.nheko\data\*.* /s /e /c /y
|
||||||
- move NhekoRelease\nheko.exe installer\packages\com.mujx.nheko\data
|
- move NhekoRelease\nheko.exe installer\packages\com.mujx.nheko\data
|
||||||
- mkdir tools
|
- 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
|
- 7z x QtInstallerFramework-win-x86.exe -otools -aoa
|
||||||
- set PATH=%BUILD%\tools\bin;%PATH%
|
- set PATH=%BUILD%\tools\bin;%PATH%
|
||||||
- binarycreator.exe -f -c installer\config\config.xml -p installer\packages nheko-installer.exe
|
- binarycreator.exe -f -c installer\config\config.xml -p installer\packages nheko-installer.exe
|
||||||
|
|
Loading…
Reference in a new issue