mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Build the logo on Travis before running osx-bundle
This commit is contained in:
@@ -102,6 +102,10 @@ install: |
|
|||||||
brew update;
|
brew update;
|
||||||
brew upgrade python;
|
brew upgrade python;
|
||||||
brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c --without-freetype;
|
brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c --without-freetype;
|
||||||
|
brew install imagemagick
|
||||||
|
brew install optipng
|
||||||
|
brew install librsvg
|
||||||
|
logo/make.py
|
||||||
else
|
else
|
||||||
mkdir -p $SW;
|
mkdir -p $SW;
|
||||||
curl https://download.calibre-ebook.com/travis/kitty/osx.tar.xz | tar xJ -C $SW;
|
curl https://download.calibre-ebook.com/travis/kitty/osx.tar.xz | tar xJ -C $SW;
|
||||||
|
|||||||
Reference in New Issue
Block a user