mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fixed color of strikeout format when spellcheck underline is present.
This commit is contained in:
parent
29b0055e39
commit
6d1e421ad7
1 changed files with 2 additions and 2 deletions
|
@ -457,7 +457,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 cf3b896e00
|
git checkout b3d7243fe1
|
||||||
""")
|
""")
|
||||||
|
|
||||||
stage('msys64', """
|
stage('msys64', """
|
||||||
|
@ -1637,7 +1637,7 @@ else: # qt > '6'
|
||||||
stage('qt_' + qt, """
|
stage('qt_' + qt, """
|
||||||
git clone -b """ + branch + """ https://github.com/qt/qt5.git qt_$QT
|
git clone -b """ + branch + """ https://github.com/qt/qt5.git qt_$QT
|
||||||
cd qt_$QT
|
cd qt_$QT
|
||||||
git submodule update --init --recursive qtbase qtimageformats qtsvg
|
git submodule update --init --recursive --progress qtbase qtimageformats qtsvg
|
||||||
depends:patches/qtbase_""" + qt + """/*.patch
|
depends:patches/qtbase_""" + qt + """/*.patch
|
||||||
cd qtbase
|
cd qtbase
|
||||||
mac:
|
mac:
|
||||||
|
|
Loading…
Add table
Reference in a new issue