1 #include "squashfuse_dlopen.h"
3 int have_libloaded
= 0;
5 const char *load_library_errmsg
=
6 "AppImages require FUSE to run. \n"
7 "You might still be able to extract the contents of this AppImage \n"
8 "if you run it with the --appimage-extract option. \n"
9 "See https://github.com/AppImage/AppImageKit/wiki/FUSE \n"
10 "for more information\n";