Excluded misspelled mark drawing from builds with patched Qt.

This commit is contained in:
23rd
2026-09-11 08:00:59 +03:00
parent 272f6f5c2d
commit 54fe9ae0b0
5 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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