mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-01 01:47:42 +00:00
11 lines
348 B
C
11 lines
348 B
C
#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";
|
|
|