mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-06 20:03:12 +00:00
Qt 5.15.18 -> 5.15.19
This commit is contained in:
@@ -455,7 +455,7 @@ if customRunCommand:
|
||||
stage('patches', """
|
||||
git clone https://github.com/desktop-app/patches.git
|
||||
cd patches
|
||||
git checkout 667174b0ac0e062ee13379d585c675df50a5f837
|
||||
git checkout cae4b94d0b3127d40dbe6f3861907ce9df8092fd
|
||||
mac:
|
||||
git clone https://github.com/desktop-app/qt6_highsierra_patches.git qt6_highsierra
|
||||
""")
|
||||
|
||||
@@ -9,5 +9,5 @@ def resolve(arch):
|
||||
os.environ['QT'] = '6.11.1'
|
||||
else:
|
||||
print('Choosing Qt 5.')
|
||||
os.environ['QT'] = '5.15.18'
|
||||
os.environ['QT'] = '5.15.19'
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user