mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Update Qt patches.
This commit is contained in:
parent
9a25d2c413
commit
f748988ae3
2 changed files with 2 additions and 2 deletions
|
@ -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 803f1c2630f5eb0d3b00ba3f095b3079c0533156 \
|
||||
&& git fetch --depth=1 origin 8639205c2095a3f015449f8995fbfe16405218b8 \
|
||||
&& git reset --hard FETCH_HEAD \
|
||||
&& rm -rf .git
|
||||
|
||||
|
|
|
@ -435,7 +435,7 @@ if customRunCommand:
|
|||
stage('patches', """
|
||||
git clone https://github.com/desktop-app/patches.git
|
||||
cd patches
|
||||
git checkout c237d12bcd
|
||||
git checkout 8639205c20
|
||||
""")
|
||||
|
||||
stage('msys64', """
|
||||
|
|
Loading…
Add table
Reference in a new issue