Skip to content

Commit fbea9f6

Browse files
authored
put this here so it is next with the other exported variables
1 parent 0db56d6 commit fbea9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
set -e
44

55
export ARCH="$(uname -m)"
6+
export APPIMAGE_EXTRACT_AND_RUN=1
67

78
GHOSTTY_VERSION="$(cat VERSION)"
89
TMP_DIR="/tmp/ghostty-build"
@@ -11,7 +12,6 @@ PUB_KEY="RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV"
1112
UPINFO="gh-releases-zsync|$(echo "${GITHUB_REPOSITORY:-no-user/no-repo}" | tr '/' '|')|latest|*$ARCH.AppImage.zsync"
1213
APPDATA_FILE="${PWD}/assets/ghostty.appdata.xml"
1314
DESKTOP_FILE="${PWD}/assets/ghostty.desktop"
14-
export APPIMAGE_EXTRACT_AND_RUN=1
1515

1616
rm -rf "${TMP_DIR}"
1717

0 commit comments

Comments
 (0)