forked from distok/cutthecord
branding: make addpatch script dynamically get branch names
This commit is contained in:
parent
ab1b95d8b2
commit
60e4d5282b
2 changed files with 2 additions and 5 deletions
|
@ -28,11 +28,8 @@ with open(fname, 'r') as file:
|
|||
filedata = file.read()
|
||||
|
||||
name = "CutTheCord"
|
||||
branch = "base"
|
||||
|
||||
if "customtheme" in sys.argv:
|
||||
branch = "themed"
|
||||
# name += " Themed"
|
||||
branch = sys.argv[2]
|
||||
|
||||
buildnum = str(counterup(branch))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue