Skip to content

Commit 1bb7fc8

Browse files
committed
Update scripts/make-appimage.sh
1 parent 0f39a1b commit 1bb7fc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/make-appimage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export ANYLINUX_LIB=1
1717
quick-sharun \
1818
./AppDir/bin/am-gui\
1919
/usr/lib/libpixman-1.so*\
20-
/usr/lib/libnss3.so*
20+
/usr/lib/libnss3.so*\
21+
/usr/lib/libGL.so.1*
2122

2223
# Additional changes can be done in between here
2324

0 commit comments

Comments
 (0)