We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7978483 + 9457503 commit 812e01dCopy full SHA for 812e01d
build.sh
@@ -62,6 +62,9 @@ export ICON="./ghostty-${GHOSTTY_VERSION}/zig-out/share/icons/hicolor/256x256/ap
62
./quick-sharun ./ghostty-${GHOSTTY_VERSION}/zig-out/bin/ghostty
63
cp -rf ./ghostty-${GHOSTTY_VERSION}/zig-out/share/* ./AppDir/share/
64
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
+
68
./uruntime2appimage
69
70
mkdir -p ./dist
0 commit comments