Skip to content

Commit 4850493

Browse files
authored
declare ARCH first
1 parent e18249b commit 4850493

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
set -e
44

5+
export ARCH="$(uname -m)"
56
GHOSTTY_VERSION="1.0.1"
67
TMP_DIR="/tmp/ghostty-build"
78
APP_DIR="${TMP_DIR}/ghostty.AppDir"
@@ -96,4 +97,4 @@ EOF
9697
cd "${TMP_DIR}"
9798

9899
# create app image
99-
ARCH="$(uname -m)" appimagetool -u "${UPINFO}" "${APP_DIR}"
100+
appimagetool -u "${UPINFO}" "${APP_DIR}"

0 commit comments

Comments
 (0)