mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update Linux Qt patches. Hope fixes crashes.
This commit is contained in:
parent
6fa0afff37
commit
9166a1c3a6
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ FROM builder AS patches
|
||||||
RUN git init patches \
|
RUN git init patches \
|
||||||
&& cd patches \
|
&& cd patches \
|
||||||
&& git remote add origin {{ GIT }}/desktop-app/patches.git \
|
&& git remote add origin {{ GIT }}/desktop-app/patches.git \
|
||||||
&& git fetch --depth=1 origin f81dfc6f7061d7f70c7e952cee9c1c2689f937a2 \
|
&& git fetch --depth=1 origin ce5098d9bd638ec264fd8cf69ef3ef31d8139d18 \
|
||||||
&& git reset --hard FETCH_HEAD \
|
&& git reset --hard FETCH_HEAD \
|
||||||
&& rm -rf .git
|
&& rm -rf .git
|
||||||
|
|
||||||
|
|
|
@ -171,7 +171,7 @@ parts:
|
||||||
patches:
|
patches:
|
||||||
source: https://github.com/desktop-app/patches.git
|
source: https://github.com/desktop-app/patches.git
|
||||||
source-depth: 1
|
source-depth: 1
|
||||||
source-commit: f81dfc6f7061d7f70c7e952cee9c1c2689f937a2
|
source-commit: ce5098d9bd638ec264fd8cf69ef3ef31d8139d18
|
||||||
plugin: dump
|
plugin: dump
|
||||||
override-pull: |
|
override-pull: |
|
||||||
craftctl default
|
craftctl default
|
||||||
|
|
Loading…
Add table
Reference in a new issue