aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-07 23:12:39 -0700
committerFuwn <[email protected]>2024-06-07 23:12:39 -0700
commit5592d1c99e8f1e65d4f58b5fd456ada0b0d1d8b2 (patch)
tree47ad371ed26a9224d48d8e28808ae057f4019ec3
parentbuild: add makefile (diff)
downloadworldsplayer_source_editor-5592d1c99e8f1e65d4f58b5fd456ada0b0d1d8b2.tar.xz
worldsplayer_source_editor-5592d1c99e8f1e65d4f58b5fd456ada0b0d1d8b2.zip
refactor(patches): move patches to directory
-rwxr-xr-xbin/decompile2
-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