feat(1.95): update patches (#2055)

This commit is contained in:
Baptiste Augrain
2024-10-13 20:16:48 +02:00
committed by GitHub
parent 0489bd5ca1
commit 7578449a67
15 changed files with 196 additions and 151 deletions

View File

@@ -47,6 +47,12 @@ if [[ "${VSCODE_QUALITY}" == "insider" ]]; then
done
fi
for FILE in ../patches/linux/*/*.patch; do
check_file "${FILE}"
for ARCH in alpine linux osx windows; do
for FILE in "../patches/${ARCH}/"*.patch; do
check_file "${FILE}"
done
for FILE in "../patches/${ARCH}/"*/*.patch; do
check_file "${FILE}"
done
done