From ac2d1e3ca5012d9a3c321fae2e4c98b77f588690 Mon Sep 17 00:00:00 2001 From: psadi Date: Sun, 10 May 2026 23:39:43 +0530 Subject: [PATCH] revert: add back --- bin/bundle-appimage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/bundle-appimage.sh b/bin/bundle-appimage.sh index 57f4d2e..58c125d 100755 --- a/bin/bundle-appimage.sh +++ b/bin/bundle-appimage.sh @@ -8,6 +8,7 @@ GHOSTTY_VERSION="$(cat VERSION)" export UPINFO="gh-releases-zsync|$(echo "${GITHUB_REPOSITORY}" | tr '/' '|')|latest|Ghostty-*$ARCH.AppImage.zsync" export DEPLOY_OPENGL=1 export EXEC_WRAPPER=1 +export URUNTIME_PRELOAD=1 export OUTNAME="Ghostty-${GHOSTTY_VERSION}-${ARCH}.AppImage" export DESKTOP="./ghostty-${GHOSTTY_VERSION}/zig-out/share/applications/com.mitchellh.ghostty.desktop" export ICON="./ghostty-${GHOSTTY_VERSION}/zig-out/share/icons/hicolor/256x256/apps/com.mitchellh.ghostty.png"