We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db56d6 commit fbea9f6Copy full SHA for fbea9f6
build.sh
@@ -3,6 +3,7 @@
3
set -e
4
5
export ARCH="$(uname -m)"
6
+export APPIMAGE_EXTRACT_AND_RUN=1
7
8
GHOSTTY_VERSION="$(cat VERSION)"
9
TMP_DIR="/tmp/ghostty-build"
@@ -11,7 +12,6 @@ PUB_KEY="RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV"
11
12
UPINFO="gh-releases-zsync|$(echo "${GITHUB_REPOSITORY:-no-user/no-repo}" | tr '/' '|')|latest|*$ARCH.AppImage.zsync"
13
APPDATA_FILE="${PWD}/assets/ghostty.appdata.xml"
14
DESKTOP_FILE="${PWD}/assets/ghostty.desktop"
-export APPIMAGE_EXTRACT_AND_RUN=1
15
16
rm -rf "${TMP_DIR}"
17
0 commit comments