We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d4179 commit 1054f4cCopy full SHA for 1054f4c
1 file changed
make-appimage.sh
@@ -17,7 +17,8 @@ export DEPLOY_SYS_PYTHON=1
17
# Deploy dependencies
18
quick-sharun /usr/bin/blender* /usr/share/blender
19
20
-# Additional changes can be done in between here
+# blender needs the files of its share directory relative to it
21
+ln -sr ./AppDir/share/blender/* ./AppDir/bin
22
23
# Turn AppDir into AppImage
24
quick-sharun --make-appimage
0 commit comments