mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Fix some webview crashes
This commit is contained in:
parent
ea37e83b13
commit
70115a24bb
2 changed files with 2 additions and 2 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 d66c16d044de61fb6ca6c418e7ef3ed4a60f5f7f \
|
||||
&& git fetch --depth=1 origin 78fe199b743df0358c04502d6947cd42bb5d16ed \
|
||||
&& git reset --hard FETCH_HEAD \
|
||||
&& rm -rf .git
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit af30968bfd3558391183eaa2ca1f4b359e6a02b7
|
||||
Subproject commit 1bb91474c2337396673dd8a7c68e65ea317b6db5
|
Loading…
Add table
Reference in a new issue