Skip to content

Commit

Permalink
Update Qt patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jun 15, 2024
1 parent 9a25d2c commit f748988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Telegram/build/docker/centos_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Telegram/build/prepare/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def runStages():
stage('patches', """
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout c237d12bcd
git checkout 8639205c20
""")

stage('msys64', """
Expand Down

0 comments on commit f748988

Please sign in to comment.