Account for names with spaces and custom icons supplied by ctcci
This commit is contained in:
		
							parent
							
								
									76d9de6b31
								
							
						
					
					
						commit
						25c8a5b2d4
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		|  | @ -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] | ||||
| 
 | ||||
|  |  | |||
|  | @ -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 | ||||
|  |  | |||
		Reference in a new issue