Version 4.16.4: Update patches on Linux.

This commit is contained in:
John Preston 2024-04-07 11:19:23 +04:00
parent 1a2a1f1c17
commit 77835a43a5
2 changed files with 2 additions and 2 deletions

View File

@ -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 174d6e51435e6eab0596904f9fba80a927ef4177 \ && git fetch --depth=1 origin b8e22ca1511513024b22b5381153163ad3406a8c \
&& git reset --hard FETCH_HEAD \ && git reset --hard FETCH_HEAD \
&& rm -rf .git && rm -rf .git

View File

@ -168,7 +168,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: 174d6e51435e6eab0596904f9fba80a927ef4177 source-commit: b8e22ca1511513024b22b5381153163ad3406a8c
plugin: dump plugin: dump
override-pull: | override-pull: |
craftctl default craftctl default