From a00acbc15a9b010e904577399076c3f12a5acafe Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 7 Jun 2024 23:12:39 +0000 Subject: refactor(patches): move patches to directory --- bin/decompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/decompile') diff --git a/bin/decompile b/bin/decompile index 6073e4b..6dcdaac 100755 --- a/bin/decompile +++ b/bin/decompile @@ -33,7 +33,7 @@ main() { git commit -m "Initial commit" --no-gpg-sign # Apply source patches - git apply ../*.patch + git apply ../patches/*.patch git add . git commit -m "Source patches" --no-gpg-sign -- cgit v1.2.3