Skip to content

Commit fee5b68

Browse files
authored
Try bundling 7z
1 parent 6bc75d2 commit fee5b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ quick-sharun /usr/bin/gearlever \
3434
/usr/bin/cat \
3535
/usr/bin/readelf \
3636
/usr/bin/chmod \
37-
/usr/bin/file
37+
/usr/lib/7zip
3838
# bundling 'file' doesn't work for checking AppImages for some reason, so I'll skip it, so it's used from the host
3939
# bundling 'arch' doesn't make sense, this should be done in Python directly, idk why's this used from the host
4040
# bundling '7zip' doesn't work for extracting AppImages, but simple AppImage extract works, so idk why this is used at all, anyway, this will get used from the host if available

0 commit comments

Comments
 (0)