Skip to content

Commit

Permalink
Update Linux Qt patches. Hope fixes crashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed May 1, 2024
1 parent 6fa0aff commit 9166a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Telegram/build/docker/centos_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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 f81dfc6f7061d7f70c7e952cee9c1c2689f937a2 \
&& git fetch --depth=1 origin ce5098d9bd638ec264fd8cf69ef3ef31d8139d18 \
&& git reset --hard FETCH_HEAD \
&& rm -rf .git

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ parts:
patches:
source: https://github.com/desktop-app/patches.git
source-depth: 1
source-commit: f81dfc6f7061d7f70c7e952cee9c1c2689f937a2
source-commit: ce5098d9bd638ec264fd8cf69ef3ef31d8139d18
plugin: dump
override-pull: |
craftctl default
Expand Down

0 comments on commit 9166a1c

Please sign in to comment.