Fix scrolling by Page Up / Down by Qt 6 patch.

This commit is contained in:
John Preston 2021-11-01 16:57:29 +04:00
parent 3bd9ccd45d
commit 79a8fced80
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ RUN ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake
RUN rm $CMAKE_FILE
FROM builder AS patches
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout a4d0cc1d72
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 17c7e63cfd
FROM builder AS extra-cmake-modules

View file

@ -401,7 +401,7 @@ if customRunCommand:
stage('patches', """
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout 7aeeaa9f17
git checkout 17c7e63cfd
""")
stage('depot_tools', """