diff --git a/README.md b/README.md index 8775ed1..82545ea 100644 --- a/README.md +++ b/README.md @@ -3,20 +3,14 @@ AppImage Logo
Ghostty AppImage
License: MIT - Forks - Stars Build Status - Open Issues - Pull Requests -
- GitHub Downloads (all assets, all releases) - GitHub Downloads (all assets, latest release) GitHub Release GitHub Release Date - Contributors + GitHub Downloads (all assets, all releases) + GitHub Downloads (all assets, latest release)

-This repository provides build scripts to create a Universal AppImage for [Ghostty](https://ghostty.org/). This unofficial build offers an executable AppImage compatible with any Linux distribution. +This repository provides build scripts to create a Universal AppImage for [Ghostty](https://ghostty.org/). This unofficial build offers an executable AppImage compatible with any Linux distribution (Including musl based). **Ghostty Source Code:** [Click Here](https://github.com/ghostty-org/ghostty) diff --git a/build.sh b/build.sh index f48ee0a..bb39112 100755 --- a/build.sh +++ b/build.sh @@ -99,7 +99,7 @@ fi cd "${TMP_DIR}" # create app image -cp $(which uruntime) ./uruntime +cp $(command -v uruntime) ./uruntime # persist mount for faster launch times sed -i 's|URUNTIME_MOUNT=[0-9]|URUNTIME_MOUNT=0|' ./uruntime @@ -113,7 +113,7 @@ echo "Generating AppImage" --no-history --no-create-timestamp \ --compression zstd:level=22 -S26 -B32 \ --header uruntime -i "${APP_DIR}" \ - -o Ghostty-"${VERSION}"-anylinux-"${ARCH}".AppImage + -o Ghostty-"${VERSION}"-"${ARCH}".AppImage echo "Generating Zsync file" zsyncmake *.AppImage -u *.AppImage