Replies: 1 comment 1 reply
-
Maybe your application (or somethin inside the AppImage) tries to load something from an absolute path that was hardcoded at build time. Need to make the software relocatable in the filesystem. If you can share the exact error message and the source code in question, we might be able to help you better. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a problem, I built my AppImage and it works perfect, the problem is when I deleted the root folder (where I made the build) now, I can't open it anymore, throws errors like "..../release/bundle: No such file or directory (This is all the folders that i deleted)
I was sure when I build the AppImage, I will be able to run it in every system.
This is the correct behavior or I missing something?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions