Skip to content

Commit 9457503

Browse files
authored
temp fix for opengl loader issue
1 parent 7978483 commit 9457503

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ export ICON="./ghostty-${GHOSTTY_VERSION}/zig-out/share/icons/hicolor/256x256/ap
6262
./quick-sharun ./ghostty-${GHOSTTY_VERSION}/zig-out/bin/ghostty
6363
cp -rf ./ghostty-${GHOSTTY_VERSION}/zig-out/share/* ./AppDir/share/
6464
echo 'unset ARGV0' >> ./AppDir/.env
65+
# temp fix for https://github.com/pkgforge-dev/ghostty-appimage/issues/93
66+
ln -s /usr/share/glvnd/egl_vendor.d/10_nvidia.json ./AppDir/share/glvnd/egl_vendor.d/10_nvidia.json
67+
6568
./uruntime2appimage
6669

6770
mkdir -p ./dist

0 commit comments

Comments
 (0)