diff options
| author | Fuwn <[email protected]> | 2024-06-07 23:12:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-07 23:12:39 -0700 |
| commit | 5592d1c99e8f1e65d4f58b5fd456ada0b0d1d8b2 (patch) | |
| tree | 47ad371ed26a9224d48d8e28808ae057f4019ec3 /bin | |
| parent | build: add makefile (diff) | |
| download | worldsplayer_source_editor-5592d1c99e8f1e65d4f58b5fd456ada0b0d1d8b2.tar.xz worldsplayer_source_editor-5592d1c99e8f1e65d4f58b5fd456ada0b0d1d8b2.zip | |
refactor(patches): move patches to directory
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/decompile | 2 |
1 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 |