Skip to content

Commit

Permalink
Update lib_ui & patches on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed May 19, 2024
1 parent af4e017 commit 6734f99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 25f76cf4d58fae5742447d17d2574ab1fad196e5 \
&& git fetch --depth=1 origin 931535985f75ca51313923d31d7924560719b3eb \
&& git reset --hard FETCH_HEAD \
&& rm -rf .git

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

0 comments on commit 6734f99

Please sign in to comment.