Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@
<img src="./assets/appimage.png" alt="AppImage Logo" width="128">
<br>Ghostty AppImage<br>
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT">
<img src="https://img.shields.io/github/forks/psadi/ghostty-appimage" alt="Forks">
<img src="https://img.shields.io/github/stars/psadi/ghostty-appimage" alt="Stars">
<img src="https://github.com/psadi/ghostty-appimage/actions/workflows/ci.yaml/badge.svg" alt="Build Status">
<img src="https://img.shields.io/github/issues/psadi/ghostty-appimage" alt="Open Issues">
<img src="https://img.shields.io/github/issues-pr/psadi/ghostty-appimage" alt="Pull Requests">
<br>
<img src="https://img.shields.io/github/downloads/psadi/ghostty-appimage/total" alt="GitHub Downloads (all assets, all releases)">
<img src="https://img.shields.io/github/downloads/psadi/ghostty-appimage/latest/total" alt="GitHub Downloads (all assets, latest release)">
<img src="https://img.shields.io/github/v/release/psadi/ghostty-appimage" alt="GitHub Release">
<img src="https://img.shields.io/github/release-date/psadi/ghostty-appimage" alt="GitHub Release Date">
<img src="https://img.shields.io/github/contributors/psadi/ghostty-appimage" alt="Contributors">
<img src="https://img.shields.io/github/downloads/psadi/ghostty-appimage/total" alt="GitHub Downloads (all assets, all releases)">
<img src="https://img.shields.io/github/downloads/psadi/ghostty-appimage/latest/total" alt="GitHub Downloads (all assets, latest release)">
</p></h1>

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)

Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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