Skip to content

Commit 4d1ebdd

Browse files
authored
add missing libs
1 parent 0efc058 commit 4d1ebdd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

make-appimage.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ export DEPLOY_OPENGL=1
1414
export DEPLOY_PIPEWIRE=1
1515

1616
# Deploy dependencies
17-
quick-sharun ./epsxe
17+
quick-sharun \
18+
./epsxe \
19+
/usr/lib/libnsl.so* \
20+
/usr/lib/libnss_compat.so*
1821

1922
# Additional changes can be done in between here
2023

0 commit comments

Comments
 (0)