Account for names with spaces and custom icons supplied by ctcci

This commit is contained in:
ave 2019-06-21 11:29:30 +03:00
parent 76d9de6b31
commit 25c8a5b2d4
No known key found for this signature in database
GPG Key ID: 09356ABAA42C842B
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@ def counterup(branch="base"):
with open(fname, 'r') as file:
filedata = file.read()
name = sys.argv[2]
name = sys.argv[2].replace("__", " ")
branch = sys.argv[3]

View File

@ -1,4 +1,3 @@
wget https://elixi.re/i/6fng3ztz.png -O res/mipmap-xxxhdpi/logo_debug.png # zhu test icon
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-hdpi/ic_logo.png
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-mdpi/ic_logo.png
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xhdpi/ic_logo.png