mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Update patches
This commit is contained in:
@@ -56,7 +56,7 @@ ENV CXXFLAGS $CFLAGS
|
||||
FROM builder AS patches
|
||||
RUN git clone {{ GIT }}/desktop-app/patches.git \
|
||||
&& cd patches \
|
||||
&& git checkout 4ecd75fad8 \
|
||||
&& git checkout 9e04e2eb9c \
|
||||
&& rm -rf .git
|
||||
|
||||
FROM builder AS nasm
|
||||
|
@@ -404,7 +404,7 @@ if customRunCommand:
|
||||
stage('patches', """
|
||||
git clone https://github.com/desktop-app/patches.git
|
||||
cd patches
|
||||
git checkout 8edd80d889
|
||||
git checkout 9e04e2eb9c
|
||||
""")
|
||||
|
||||
stage('msys64', """
|
||||
|
Reference in New Issue
Block a user