From 9b34b12b22cbfc93088d80ea250067bede8a6383 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Tue, 25 Mar 2025 22:26:06 -0300 Subject: [PATCH] update scripts --- apply-patches.sh | 2 +- format-patches.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apply-patches.sh b/apply-patches.sh index a25a039..add90a7 100755 --- a/apply-patches.sh +++ b/apply-patches.sh @@ -1,4 +1,4 @@ #!/bin/sh cd ./invidious-companion || exit -git am ../patches/*.patch \ No newline at end of file +git am ../patches/*.patch -3 diff --git a/format-patches.sh b/format-patches.sh index b4e6fdc..93cac0a 100755 --- a/format-patches.sh +++ b/format-patches.sh @@ -1,4 +1,6 @@ #!/bin/sh +echo "Removing old patches" +rm ./patches/*.patch cd ./invidious-companion || exit git format-patch origin/HEAD --output-directory ../patches \ No newline at end of file