mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
One more attempt of OpenGL context loss crash fix.
This commit is contained in:
parent
1eef94e8d9
commit
12252ef1aa
1 changed files with 2 additions and 1 deletions
|
@ -379,7 +379,7 @@ def runStages():
|
|||
stage('patches', """
|
||||
git clone https://github.com/desktop-app/patches.git
|
||||
cd patches
|
||||
git checkout 52e847920f
|
||||
git checkout 97eee9f4e5
|
||||
""")
|
||||
|
||||
stage('depot_tools', """
|
||||
|
@ -812,6 +812,7 @@ win:
|
|||
release:
|
||||
SET CONFIGURATIONS=-debug-and-release
|
||||
win:
|
||||
""" + removeDir("\"%LIBS_DIR%\\Qt-5.15.2\"") + """
|
||||
SET ANGLE_DIR=%LIBS_DIR%\\tg_angle
|
||||
SET ANGLE_LIBS_DIR=%ANGLE_DIR%\\out
|
||||
SET MOZJPEG_DIR=%LIBS_DIR%\\mozjpeg
|
||||
|
|
Loading…
Add table
Reference in a new issue