Merge branch 'macos-logo-make' of https://github.com/zchee/kitty
This commit is contained in:
commit
5a4e883360
@ -431,7 +431,9 @@ the approach using ligatures.
|
|||||||
|
|
||||||
=== How do I build kitty.app on macOS?
|
=== How do I build kitty.app on macOS?
|
||||||
|
|
||||||
Run:
|
Install `optipng` and `rsvg-convert` using `brew` or similar (needed for the logo generation step).
|
||||||
|
|
||||||
|
And run:
|
||||||
```
|
```
|
||||||
logo/make.py
|
logo/make.py
|
||||||
./setup.py kitty.app
|
./setup.py kitty.app
|
||||||
|
|||||||
@ -23,7 +23,7 @@ if os.path.exists(iconset):
|
|||||||
shutil.rmtree(iconset)
|
shutil.rmtree(iconset)
|
||||||
os.mkdir(iconset)
|
os.mkdir(iconset)
|
||||||
os.chdir(iconset)
|
os.chdir(iconset)
|
||||||
for sz in (16, 32, 128, 256, 512, 1024):
|
for sz in (16, 32, 64, 128, 256, 512, 1024):
|
||||||
iname = 'icon_{0}x{0}.png'.format(sz)
|
iname = 'icon_{0}x{0}.png'.format(sz)
|
||||||
iname2x = 'icon_{0}x{0}@2x.png'.format(sz // 2)
|
iname2x = 'icon_{0}x{0}@2x.png'.format(sz // 2)
|
||||||
render(iname, sz)
|
render(iname, sz)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user