File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22
3-
4- # Download Kitty Binary
5- echo Downloading Kitty Binary...
6- curl -LO https://github.com/kovidgoyal/kitty/releases/download/v0.43.1/kitty-0.43.1-x86_64.txz
7- mkdir -p ./bin/kitty && tar Jxf kitty-0.43.1-x86_64.txz --strip-components=0 -C ./bin/kitty
8- rm kitty-0.43.1-x86_64.txz
9-
3+ # Yeah, bundling the entire terminal emulator for flatpak builds lol
4+ if [ -d /app ]; then
5+ # Download Kitty Binary
6+ echo Downloading Kitty Binary...
7+ curl -LO https://github.com/kovidgoyal/kitty/releases/download/v0.43.1/kitty-0.43.1-x86_64.txz
8+ mkdir -p ./bin/kitty && tar Jxf kitty-0.43.1-x86_64.txz --strip-components=0 -C ./bin/kitty
9+ rm kitty-0.43.1-x86_64.txz
10+ fi
1011
1112# Download winetricks
1213echo Downloading Winetricks...
You can’t perform that action at this time.
0 commit comments