kovidgoyal / kitty

Cross-platform, fast, feature-rich, GPU based terminal
https://sw.kovidgoyal.net/kitty/
GNU General Public License v3.0
24.15k stars 972 forks source link

Kittens are not included in kitty-0.23.1-x86_64.txz #4015

Closed igrmk closed 3 years ago

igrmk commented 3 years ago

All the kittens directories in the Linux bundle are empty.

To Reproduce Steps to reproduce the behavior:

curl -OL "https://github.com/kovidgoyal/kitty/releases/download/v0.23.1/kitty-0.23.1-x86_64.txz"
mkdir -p kitty && tar -xf kitty-0.23.1-x86_64.txz -C kitty
find kitty/lib/python3.9/kittens/

Output

kitty/lib/python3.9/kittens/
kitty/lib/python3.9/kittens/panel
kitty/lib/python3.9/kittens/tui
kitty/lib/python3.9/kittens/ask
kitty/lib/python3.9/kittens/choose
kitty/lib/python3.9/kittens/broadcast
kitty/lib/python3.9/kittens/remote_file
kitty/lib/python3.9/kittens/resize_window
kitty/lib/python3.9/kittens/hyperlinked_grep
kitty/lib/python3.9/kittens/ssh
kitty/lib/python3.9/kittens/unicode_input
kitty/lib/python3.9/kittens/themes
kitty/lib/python3.9/kittens/show_error
kitty/lib/python3.9/kittens/query_terminal
kitty/lib/python3.9/kittens/diff
kitty/lib/python3.9/kittens/diff/options
kitty/lib/python3.9/kittens/show_key
kitty/lib/python3.9/kittens/clipboard
kitty/lib/python3.9/kittens/icat
kitty/lib/python3.9/kittens/hints

I suppose there should be Python code, not only empty directories

igrmk commented 3 years ago

It looks like my assumptions were wrong. Kittens work fine.

kovidgoyal commented 3 years ago

All python code is placed in a single bundle file in the binary builds, not in the filesystem.