feather/contrib/depends/patches/libsquashfuse/squashfuse_dlopen.c

12 lines
348 B
C
Raw Normal View History

2022-12-21 15:15:22 +00:00
#include "squashfuse_dlopen.h"
int have_libloaded = 0;
const char *load_library_errmsg =
"AppImages require FUSE to run. \n"
"You might still be able to extract the contents of this AppImage \n"
"if you run it with the --appimage-extract option. \n"
"See https://github.com/AppImage/AppImageKit/wiki/FUSE \n"
"for more information\n";