Replies: 1 comment 2 replies
-
You cannot rely on |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i've been trying to build an AppImage with AppImageTool, and got as far as having the AppDir up to Code and creating the appimage binary. However, when running
exec '$APPDIR/usr/bin/<exe>
, i get the error that /usr/bin/exe is not found, and checking with echo also confirms that $APPDIR is empty.I can upload the script and link it here, including the entire fork/project i am trying to package. (The AppRun is contained in the Buildscript at line 34ff)
https://github.com/OWL4C/Blender-Launcher-V2/blob/main/AppImageBuild.sh
https://github.com/OWL4C/Blender-Launcher-V2
Beta Was this translation helpful? Give feedback.
All reactions