Update Qt to 5.15.15 on Windows.

This commit is contained in:
John Preston 2024-09-01 07:25:17 +04:00
parent 9e1d9eee4b
commit 8a708c6655
2 changed files with 2 additions and 2 deletions

View file

@ -457,7 +457,7 @@ if customRunCommand:
stage('patches', """ stage('patches', """
git clone https://github.com/desktop-app/patches.git git clone https://github.com/desktop-app/patches.git
cd patches cd patches
git checkout 85a1c4ec32 git checkout ac72a4f597
""") """)
stage('msys64', """ stage('msys64', """

View file

@ -9,7 +9,7 @@ def resolve(arch):
os.environ['QT'] = '6.8.0' os.environ['QT'] = '6.8.0'
elif os.environ.get('QT') is None: elif os.environ.get('QT') is None:
print('Choosing Qt 5.') print('Choosing Qt 5.')
os.environ['QT'] = '5.15.13' os.environ['QT'] = '5.15.15'
elif os.environ.get('QT') is None: elif os.environ.get('QT') is None:
return False return False
print('Choosing Qt ' + os.environ.get('QT')) print('Choosing Qt ' + os.environ.get('QT'))