feat: update to support insider version

This commit is contained in:
Baptiste Augrain
2022-08-17 07:36:15 +02:00
parent 637ec23444
commit 41d477decd
10 changed files with 90 additions and 239 deletions

View File

@@ -13,7 +13,7 @@ for file in ../patches/*.patch; do
echo failed to apply patch "${file}"
git apply --reject "${file}"
read -p "Press any key when the conflict have been resolved..." -n1 -s
git diff > "${file}"
git diff -U1 > "${file}"
fi
git add .
git reset -q --hard HEAD