Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to prepare appdir but not packing the appimage. #16

Open
JocelynDelalande opened this issue May 5, 2020 · 2 comments
Open

Allow to prepare appdir but not packing the appimage. #16

JocelynDelalande opened this issue May 5, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@JocelynDelalande
Copy link

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

@niess
Copy link
Owner

niess commented May 5, 2020

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 niess closed this as completed Aug 14, 2020
@JocelynDelalande
Copy link
Author

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

@niess niess reopened this Sep 17, 2020
@niess niess added the enhancement New feature or request label Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants