mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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', """
|
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 52e847920f
|
git checkout 97eee9f4e5
|
||||||
""")
|
""")
|
||||||
|
|
||||||
stage('depot_tools', """
|
stage('depot_tools', """
|
||||||
|
@ -812,6 +812,7 @@ win:
|
||||||
release:
|
release:
|
||||||
SET CONFIGURATIONS=-debug-and-release
|
SET CONFIGURATIONS=-debug-and-release
|
||||||
win:
|
win:
|
||||||
|
""" + removeDir("\"%LIBS_DIR%\\Qt-5.15.2\"") + """
|
||||||
SET ANGLE_DIR=%LIBS_DIR%\\tg_angle
|
SET ANGLE_DIR=%LIBS_DIR%\\tg_angle
|
||||||
SET ANGLE_LIBS_DIR=%ANGLE_DIR%\\out
|
SET ANGLE_LIBS_DIR=%ANGLE_DIR%\\out
|
||||||
SET MOZJPEG_DIR=%LIBS_DIR%\\mozjpeg
|
SET MOZJPEG_DIR=%LIBS_DIR%\\mozjpeg
|
||||||
|
|
Loading…
Add table
Reference in a new issue