Commits
Zero King authored 3b0d9dda5c7
1 + | --- logo/make.py.orig 2018-07-10 16:12:01.000000000 +0000 |
2 + | +++ logo/make.py 2018-08-28 02:01:35.000000000 +0000 |
3 + | |
4 + | |
5 + | |
6 + | render('kitty.png') |
7 + | -run('convert', 'kitty.png', '-depth', '8', 'kitty.rgba') |
8 + | iconset = 'kitty.iconset' |
9 + | if os.path.exists(iconset): |
10 + | shutil.rmtree(iconset) |