mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-20 08:03:45 +08:00
Excluded misspelled mark drawing from builds with patched Qt.
This commit is contained in:
@@ -160,7 +160,7 @@ RUN <<EOF
|
||||
git init patches
|
||||
cd patches
|
||||
git remote add origin https://github.com/desktop-app/patches.git
|
||||
git fetch --depth=1 origin c2cc44fca4a8d0e20d1ef0f40884d717c750f0a4
|
||||
git fetch --depth=1 origin a00bc85caa2ca5decefff96ec39ed4e622d31937
|
||||
git reset --hard FETCH_HEAD
|
||||
rm -rf .git
|
||||
EOF
|
||||
|
||||
@@ -458,7 +458,7 @@ if customRunCommand:
|
||||
stage('patches', """
|
||||
git clone https://github.com/desktop-app/patches.git
|
||||
cd patches
|
||||
git checkout c2cc44fca4a8d0e20d1ef0f40884d717c750f0a4
|
||||
git checkout a00bc85caa2ca5decefff96ec39ed4e622d31937
|
||||
mac:
|
||||
git clone https://github.com/desktop-app/qt6_highsierra_patches.git qt6_highsierra
|
||||
cd qt6_highsierra
|
||||
|
||||
Submodule Telegram/lib_spellcheck updated: 7d6227183e...3273fd25c1
Submodule Telegram/lib_ui updated: 09f35036fd...0b7594e385
@@ -123,7 +123,7 @@ parts:
|
||||
patches:
|
||||
source: https://github.com/desktop-app/patches.git
|
||||
source-depth: 1
|
||||
source-commit: c2cc44fca4a8d0e20d1ef0f40884d717c750f0a4
|
||||
source-commit: a00bc85caa2ca5decefff96ec39ed4e622d31937
|
||||
plugin: nil
|
||||
override-pull: |
|
||||
craftctl default
|
||||
|
||||
Reference in New Issue
Block a user