Skip to content

Commit 65e688d

Browse files
authored
include libGL.so
fixes opengl not working
1 parent ad2b3bc commit 65e688d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

citron-appimage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ chmod +x ./lib4bin
7575
xvfb-run -a -- ./lib4bin -p -v -e -s -k \
7676
/usr/bin/citron* \
7777
/usr/lib/libGLX* \
78+
/usr/lib/libGL.so* \
7879
/usr/lib/libEGL* \
7980
/usr/lib/dri/* \
8081
/usr/lib/libvulkan* \

0 commit comments

Comments
 (0)