-
Notifications
You must be signed in to change notification settings - Fork 58
Is there a way to change update information in .AppImage file without recreating it? #163
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
Comments
Edit: Yes it can be changed without re-creating the AppImage. |
Of course it's possible, but none of our tools supports it, intentionally. It's a rare use case. With appimagetool, it's faster/easier to unpack, and repack with the correct information. |
Thank you, it is not a big deal, I thought it would be possible because it was stated in documentation: |
@szymonk211 can you provide a link, please? If it's in the docs, I'd like to clarify that. PRs also welcome. |
Sorry, I had answered too fast without reading the headline. Yes it can be changed without re-creating the AppImage.
Well... Great care was taken in the spec to make this possible, so that you don't have to re-create all AppImages in case you change e.g. a server domain. We should definitely build the tools to do it. |
Here is the link if you still need it: |
For me it was natural to search for command line option that let someone change this metadata in script https://github.com/AppImage/AppImageUpdate/blob/main/src/main.cpp. Maybe this is a good place to include this tool. |
No description provided.
The text was updated successfully, but these errors were encountered: