diff --git a/logo/make.py b/logo/make.py index e61e35621..c711bdf40 100755 --- a/logo/make.py +++ b/logo/make.py @@ -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)