Update Qt patches.

This commit is contained in:
John Preston 2024-06-15 20:59:19 +04:00
parent 9a25d2c413
commit f748988ae3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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', """