forked from distok/cutthecord
branding: allow custom app names to be set directly through CI
CTC Litecord when?? CTC Litecord now!
This commit is contained in:
parent
ac00bfd725
commit
5a7d18c5a6
2 changed files with 3 additions and 3 deletions
|
@ -27,9 +27,9 @@ def counterup(branch="base"):
|
|||
with open(fname, 'r') as file:
|
||||
filedata = file.read()
|
||||
|
||||
name = "CutTheCord"
|
||||
name = sys.argv[2]
|
||||
|
||||
branch = sys.argv[2]
|
||||
branch = sys.argv[3]
|
||||
|
||||
buildnum = str(counterup(branch))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue