Allow to (bsd)tar xf instead of --appimage-extract #1416
-
|
.AppImage is extracted by I'm not sure is it possible to support |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
First of all, wrong repo, and this is also more of a question than an issue. The reason why 7z works is because it apparently supports squashfs.
You cannot just "add support" to the AppImage format like you suggest. You would have to make AppImages valid tar archives. And that is not possible. |
Beta Was this translation helpful? Give feedback.
-
|
Thankyou for answering and sorry for noise.
… zip archivers should seek the file for the zip header and thus can skip over the ELF header. This does not work with tar.
|
Beta Was this translation helpful? Give feedback.
First of all, wrong repo, and this is also more of a question than an issue.
The reason why 7z works is because it apparently supports squashfs.
tarjust supportstararchives, optionally compressed with algorithms likexz(LZMA).You cannot just "add support" to the AppImage format like you suggest. You would have to make AppImages valid tar archives. And that is not possible.