This commit is contained in:
Kovid Goyal 2018-02-27 20:29:08 +05:30
parent 053ba7f082
commit 94e8be6b1c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)