diff options
| -rwxr-xr-x | bin/decompile | 2 | ||||
| -rw-r--r-- | patches/fix_compilation_errors.patch (renamed from fix_compilation_errors.patch) | 0 |
2 files changed, 1 insertions, 1 deletions
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 diff --git a/fix_compilation_errors.patch b/patches/fix_compilation_errors.patch index 5b98250..5b98250 100644 --- a/fix_compilation_errors.patch +++ b/patches/fix_compilation_errors.patch |