mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-24 09:16:57 +00:00
Update patches in Linux build.
This commit is contained in:
parent
4abc68ab1c
commit
0e428aebdb
@ -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 b8390aef3db43f973486c6e512f4e825ffd09691 \
|
||||
&& git fetch --depth=1 origin 75140a10eefcecaad7b3f3aa4586b880a39007ff \
|
||||
&& git reset --hard FETCH_HEAD \
|
||||
&& rm -rf .git
|
||||
|
||||
|
@ -168,7 +168,7 @@ parts:
|
||||
patches:
|
||||
source: https://github.com/desktop-app/patches.git
|
||||
source-depth: 1
|
||||
source-commit: b8390aef3db43f973486c6e512f4e825ffd09691
|
||||
source-commit: 75140a10eefcecaad7b3f3aa4586b880a39007ff
|
||||
plugin: dump
|
||||
override-pull: |
|
||||
craftctl default
|
||||
|
Loading…
Reference in New Issue
Block a user