python-appimage icon indicating copy to clipboard operation
python-appimage copied to clipboard

Allow to prepare appdir but not packing the appimage.

Open JocelynDelalande opened this issue 4 years ago • 2 comments

In cases where other manual steps are required to prepare the appdir before packaging.

JocelynDelalande avatar May 05 '20 11:05 JocelynDelalande

I could add such an option indeed.

As a workaround, for now you can extract the image produced by python-appimage as:

./my-app.AppImage --appimage-extract
mv squashfs-root AppDir

Then modify the AppDir and repackage. Is that OK?

niess avatar May 05 '20 11:05 niess

Sure works, but less handy and more time consuming :-).

JocelynDelalande avatar Sep 17 '20 10:09 JocelynDelalande