Skip to content

Commit c2c2173

Browse files
authored
add missing libs
1 parent f4ea2f0 commit c2c2173

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

make-appimage.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ export DEPLOY_VULKAN=1
1515
export DEPLOY_SYS_PYTHON=1
1616

1717
# Deploy dependencies
18-
quick-sharun /usr/bin/blender* /usr/share/blender
18+
quick-sharun \
19+
/usr/bin/blender* \
20+
/usr/share/blender \
21+
/usr/lib/libssl.so* \
22+
/usr/lib/libtcm.so* \
23+
/usr/lib/libcblas.so* \
24+
/usr/lib/liblapack.so* \
25+
/usr/lib/libopenblas.so* \
26+
/usr/lib/libquadmath.so*
1927

2028
# blender needs the files of its share directory relative to it
2129
ln -sr ./AppDir/share/blender/* ./AppDir/bin

0 commit comments

Comments
 (0)