forked from distok/cutthecord
set order of patches being applied
This commit is contained in:
parent
145d67aa8b
commit
a39afedbde
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ OUTPUT_FILE = os.path.join(RESULT_FOLDER,
|
|||
# Add necessary patches to the list of patches that will be applied
|
||||
# Important to have this after the output file name generation
|
||||
# otherwise it'll include it, which is not wanted
|
||||
PATCHES += DEFAULT_PATCHES
|
||||
PATCHES = DEFAULT_PATCHES + PATCHES
|
||||
|
||||
print(f"Branch: {BRANCH}, output name: {OUTPUT_FILE}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue