We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37e24e commit ac2a0c1Copy full SHA for ac2a0c1
build.sh
@@ -56,7 +56,7 @@ if [ -f './nix/build-support/fetch-zig-cache.sh' ]; then
56
fi
57
58
# Build Ghostty with zig
59
-echo " BUILD_ARGS: '${BUILD_ARGS}"
+echo "BUILD_ARGS: ${BUILD_ARGS}"
60
zig build ${BUILD_ARGS}
61
62
# Prepare AppImage -- Configure launcher script, metainfo and desktop file with icon.
@@ -99,4 +99,4 @@ fi
99
cd "${TMP_DIR}"
100
101
# create app image
102
-appimagetool -u "${UPINFO}" "${APP_DIR}"
+appimagetool -u "${UPINFO}" "${APP_DIR}" --runtime-file /usr/local/bin/uruntime
0 commit comments