feat(1.100): update patches (#2360)

This commit is contained in:
Baptiste Augrain
2025-05-08 22:50:38 +02:00
committed by GitHub
parent ff4a7c91a4
commit bd3f4701ad
40 changed files with 1101 additions and 840 deletions

View File

@@ -38,6 +38,10 @@ else
fi
if [[ -f "${FILE}" ]]; then
if [[ -f "${FILE}.bak" ]]; then
mv -f $FILE{.bak,}
fi
git apply --reject "${FILE}" || true
fi