mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Updated Qt to 6.2.12 on macOS.
This commit is contained in:
parent
9a439e1941
commit
9f1e90d007
2 changed files with 2 additions and 2 deletions
|
@ -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 b88d491492
|
git checkout 7cb9049583
|
||||||
""")
|
""")
|
||||||
|
|
||||||
stage('msys64', """
|
stage('msys64', """
|
||||||
|
|
|
@ -2,7 +2,7 @@ import sys, os
|
||||||
|
|
||||||
def resolve(arch):
|
def resolve(arch):
|
||||||
if sys.platform == 'darwin':
|
if sys.platform == 'darwin':
|
||||||
os.environ['QT'] = '6.2.9'
|
os.environ['QT'] = '6.2.12'
|
||||||
elif sys.platform == 'win32':
|
elif sys.platform == 'win32':
|
||||||
if arch == 'arm' or 'qt6' in sys.argv:
|
if arch == 'arm' or 'qt6' in sys.argv:
|
||||||
os.environ['QT'] = '6.8.2'
|
os.environ['QT'] = '6.8.2'
|
||||||
|
|
Loading…
Add table
Reference in a new issue