From 9457503b2a6979f9f20cc9f0767a45825da1aae3 Mon Sep 17 00:00:00 2001 From: Samuel <36420837+Samueru-sama@users.noreply.github.com> Date: Wed, 17 Sep 2025 13:29:46 -0400 Subject: [PATCH] temp fix for opengl loader issue --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index db74b94..27354a4 100755 --- a/build.sh +++ b/build.sh @@ -62,6 +62,9 @@ export ICON="./ghostty-${GHOSTTY_VERSION}/zig-out/share/icons/hicolor/256x256/ap ./quick-sharun ./ghostty-${GHOSTTY_VERSION}/zig-out/bin/ghostty cp -rf ./ghostty-${GHOSTTY_VERSION}/zig-out/share/* ./AppDir/share/ echo 'unset ARGV0' >> ./AppDir/.env +# temp fix for https://github.com/pkgforge-dev/ghostty-appimage/issues/93 +ln -s /usr/share/glvnd/egl_vendor.d/10_nvidia.json ./AppDir/share/glvnd/egl_vendor.d/10_nvidia.json + ./uruntime2appimage mkdir -p ./dist