Skip to content

Commit 5592d1c

Browse files
committed
refactor(patches): move patches to directory
1 parent 5fb40c1 commit 5592d1c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bin/decompile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ main() {
3333
git commit -m "Initial commit" --no-gpg-sign
3434

3535
# Apply source patches
36-
git apply ../*.patch
36+
git apply ../patches/*.patch
3737
git add .
3838
git commit -m "Source patches" --no-gpg-sign
3939

File renamed without changes.

0 commit comments

Comments
 (0)