Skip to content

Commit b2e084e

Browse files
authored
add more missing libs
1 parent dae8259 commit b2e084e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

make-appimage.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ export DESKTOP=/usr/share/applications/OpenCode.desktop
1313
export DEPLOY_OPENGL=1
1414

1515
# Deploy dependencies
16-
quick-sharun /usr/bin/opencode* /usr/lib/libnss_nis.so*
16+
quick-sharun \
17+
/usr/bin/opencode* \
18+
/usr/lib/libnss_nis.so* \
19+
/usr/lib/libnsl.so* \
20+
/usr/lib/libnss_mdns*_minimal.so*
1721

1822
# bun makes binaries that self extract and read /proc/self/exe
1923
# they are also very delicate and get broken by strip

0 commit comments

Comments
 (0)