Updated Qt to 6.2.9 on macOS.

This commit is contained in:
23rd 2024-07-08 09:20:12 +03:00 committed by John Preston
parent c6e1cf639e
commit 8ac1ad3484
2 changed files with 2 additions and 2 deletions

View File

@ -445,7 +445,7 @@ if customRunCommand:
stage('patches', """
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout 20a7c5ffd8
git checkout e0cdca2e79
""")
stage('msys64', """

View File

@ -2,7 +2,7 @@ import sys, os
def resolve(arch):
if sys.platform == 'darwin':
os.environ['QT'] = '6.2.8'
os.environ['QT'] = '6.2.9'
elif sys.platform == 'win32':
if arch == 'arm' or 'qt6' in sys.argv:
print('Choosing Qt 6.')