I am trying to create AppImage for a C++ application. I have few resources that I have to bundle, like shader files and fonts and images used in the application. They are put into a 'resources' folder.
I am using appimage-builder to generate the AppImage by following the guide here.
When I run the AppRun executable, I get segmentation fault. I suspect it is because of not bundling the resources folder in AppRun.
Kindly help me in bundling the extra folders with appimage-builder.