...
This commit is contained in:
parent
053ba7f082
commit
94e8be6b1c
@ -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…
x
Reference in New Issue
Block a user