Skip to content

Commit ac2a0c1

Browse files
author
psadi
committed
build: switch to uruntime
1 parent c37e24e commit ac2a0c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if [ -f './nix/build-support/fetch-zig-cache.sh' ]; then
5656
fi
5757

5858
# Build Ghostty with zig
59-
echo " BUILD_ARGS: '${BUILD_ARGS}"
59+
echo "BUILD_ARGS: ${BUILD_ARGS}"
6060
zig build ${BUILD_ARGS}
6161

6262
# Prepare AppImage -- Configure launcher script, metainfo and desktop file with icon.
@@ -99,4 +99,4 @@ fi
9999
cd "${TMP_DIR}"
100100

101101
# create app image
102-
appimagetool -u "${UPINFO}" "${APP_DIR}"
102+
appimagetool -u "${UPINFO}" "${APP_DIR}" --runtime-file /usr/local/bin/uruntime

0 commit comments

Comments
 (0)