Skip to content

Commit 09e0157

Browse files
committed
Update runtime.c
1 parent 9b9ff3e commit 09e0157

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

runtime.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,9 @@ main (int argc, char *argv[])
259259

260260
dir_fd = open (mount_dir, O_RDONLY);
261261
if (dir_fd == -1) {
262-
perror ("open dir error: ");
262+
// perror ("open dir error: ");
263+
printf("Could not mount AppImage\n");
264+
printf("Please see https://github.com/probonopd/AppImageKit/wiki/FUSE\n");
263265
exit (1);
264266
}
265267

0 commit comments

Comments
 (0)