Updated Qt to 6.2.12 on macOS.

This commit is contained in:
23rd 2025-03-25 01:03:33 +03:00
parent 9a439e1941
commit 9f1e90d007
2 changed files with 2 additions and 2 deletions

View file

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

View file

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