mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix scrolling by Page Up / Down by Qt 6 patch.
This commit is contained in:
parent
3bd9ccd45d
commit
79a8fced80
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ RUN ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake
|
||||||
RUN rm $CMAKE_FILE
|
RUN rm $CMAKE_FILE
|
||||||
|
|
||||||
FROM builder AS patches
|
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
|
FROM builder AS extra-cmake-modules
|
||||||
|
|
||||||
|
|
|
@ -401,7 +401,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 7aeeaa9f17
|
git checkout 17c7e63cfd
|
||||||
""")
|
""")
|
||||||
|
|
||||||
stage('depot_tools', """
|
stage('depot_tools', """
|
||||||
|
|
Loading…
Add table
Reference in a new issue