You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.AppImage is extracted by -appimage-extract or 7z x.
I'm not sure is it possible to support tar xf.
But tar is still useful to avoid distributing same files with 2 different format and tar has --exclude flag if supported.
.AppImage is extracted by
-appimage-extractor7z x.I'm not sure is it possible to support
tar xf.But
taris still useful to avoid distributing same files with 2 different format andtarhas--excludeflag if supported.