
Extract AppImage
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
The addon allows you to extract the AppImage application to the folder, with the name of the application, with one click
the addon uses the built-in AppImage function '--appimage-extract' to extract the files
$./yourapp.AppImage --appimage-extract
the addon uses the built-in AppImage function '--appimage-extract' to extract the files
$./yourapp.AppImage --appimage-extract
Ratings & Comments
1 Comment
9 Excellent! It might be useful to include two actions, "extract" and "build", which will hopefully help extract, modify and rebuilt AppImages. For the second action, one can use the AppImageKit at https://github.com/AppImage/AppImageKit