Skip to content

Commit 168d1e0

Browse files
authored
set_executable type 1 AppImages also
1 parent 188d235 commit 168d1e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ bool appimage_type1_register_in_system(char *path, gboolean verbose)
663663
}
664664
archive_read_close(a);
665665
archive_read_finish(a);
666+
set_executable(path, verbose);
666667
}
667668

668669
/* Register a type 2 AppImage in the system */

0 commit comments

Comments
 (0)