Hi, I package AppImages and I suggest to use the new official appimagetool to convert your project to an AppImage that do not require libfuse2 to run.
https://github.com/AppImage/appimagetool
Many new distributions do not include libfuse2 by default, since last version of this library was released in 2019 and is insecure.
https://github.com/libfuse/libfuse/releases/tag/fuse-2.9.9
If you need help with the script, let me know.
Hi, I package AppImages and I suggest to use the new official
appimagetoolto convert your project to an AppImage that do not requirelibfuse2to run.https://github.com/AppImage/appimagetool
Many new distributions do not include
libfuse2by default, since last version of this library was released in 2019 and is insecure.https://github.com/libfuse/libfuse/releases/tag/fuse-2.9.9
If you need help with the script, let me know.