...
This commit is contained in:
parent
053ba7f082
commit
94e8be6b1c
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ def render(output, sz=256):
|
|||
|
||||
|
||||
render('kitty.png')
|
||||
subprocess.check_call(['convert', 'kitty.png', '-depth', '8', 'kitty.rgba'])
|
||||
run('convert', 'kitty.png', '-depth', '8', 'kitty.rgba')
|
||||
iconset = 'kitty.iconset'
|
||||
if os.path.exists(iconset):
|
||||
shutil.rmtree(iconset)
|
||||
|
|
|
|||
Loading…
Reference in a new issue