2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 15:15:13 +00:00

Update patches

This commit is contained in:
Ilya Fedin
2023-01-02 11:08:29 +04:00
committed by John Preston
parent b246328dcf
commit db6bdf36af
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ ENV CXXFLAGS $CFLAGS
FROM builder AS patches FROM builder AS patches
RUN git clone {{ GIT }}/desktop-app/patches.git \ RUN git clone {{ GIT }}/desktop-app/patches.git \
&& cd patches \ && cd patches \
&& git checkout 4ecd75fad8 \ && git checkout 9e04e2eb9c \
&& rm -rf .git && rm -rf .git
FROM builder AS nasm FROM builder AS nasm

View File

@@ -404,7 +404,7 @@ if customRunCommand:
stage('patches', """ stage('patches', """
git clone https://github.com/desktop-app/patches.git git clone https://github.com/desktop-app/patches.git
cd patches cd patches
git checkout 8edd80d889 git checkout 9e04e2eb9c
""") """)
stage('msys64', """ stage('msys64', """