mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-14 19:17:11 +00:00
Update Qt to 5.15.15 on Windows.
This commit is contained in:
parent
9e1d9eee4b
commit
8a708c6655
@ -457,7 +457,7 @@ if customRunCommand:
|
||||
stage('patches', """
|
||||
git clone https://github.com/desktop-app/patches.git
|
||||
cd patches
|
||||
git checkout 85a1c4ec32
|
||||
git checkout ac72a4f597
|
||||
""")
|
||||
|
||||
stage('msys64', """
|
||||
|
@ -9,7 +9,7 @@ def resolve(arch):
|
||||
os.environ['QT'] = '6.8.0'
|
||||
elif os.environ.get('QT') is None:
|
||||
print('Choosing Qt 5.')
|
||||
os.environ['QT'] = '5.15.13'
|
||||
os.environ['QT'] = '5.15.15'
|
||||
elif os.environ.get('QT') is None:
|
||||
return False
|
||||
print('Choosing Qt ' + os.environ.get('QT'))
|
||||
|
Loading…
Reference in New Issue
Block a user