Skip to content

Commit 1054f4c

Browse files
authored
fix blender not finding its files
1 parent a1d4179 commit 1054f4c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

make-appimage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export DEPLOY_SYS_PYTHON=1
1717
# Deploy dependencies
1818
quick-sharun /usr/bin/blender* /usr/share/blender
1919

20-
# Additional changes can be done in between here
20+
# blender needs the files of its share directory relative to it
21+
ln -sr ./AppDir/share/blender/* ./AppDir/bin
2122

2223
# Turn AppDir into AppImage
2324
quick-sharun --make-appimage

0 commit comments

Comments
 (0)