mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Fix crashing regression in Qt 6.7.0.
This commit is contained in:
parent
1f0ed3bb31
commit
5a5d89c32c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ FROM builder AS patches
|
|||
RUN git init patches \
|
||||
&& cd patches \
|
||||
&& git remote add origin {{ GIT }}/desktop-app/patches.git \
|
||||
&& git fetch --depth=1 origin cc0c2f83650bbd52064bb7bc7257c950822cce5b \
|
||||
&& git fetch --depth=1 origin b8390aef3db43f973486c6e512f4e825ffd09691 \
|
||||
&& git reset --hard FETCH_HEAD \
|
||||
&& rm -rf .git
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue