Good day,
I’m using AppImageBuilder to create an appimage for my little application that I’ve used NeutralinoJS to build. I can create the appimage, andit runs on my machine, but when I try to run it on a different machine I get an error that the libwebkit2gtk-4.0.so.37 is missing.
I see it listed in the files
listing in my AppImageBuilder.yml file. So not sure how to ensure it’s
- Included in my AppImage
- Used by my application, versus looking in the host OS for it.
Any help, pointers would be much appreciated.