-
Notifications
You must be signed in to change notification settings - Fork 817
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
Embed version in AppImages #2848
Labels
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
this seems somewhat related to #168 |
The only thing these issues have in common is that they focus on the AppImage release, but that's it. |
that's why I said 'somewhat' :p |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your AppImages work quite well. One thing I'm missing, though, is to have a version set in those. Often, I have more than one AppImage on my system, integrated via AppImageLauncher. Then, both show up as "Nextcloud" in the apps menu.
All you have to do is
export VERSION=...
before you call appimagetool/linuxdeploy/linuxdeployqt/... Then, the version is embedded in the desktop file automatically asX-AppImage-Version
. AppImageLauncher (and other tools) then can show this version in the app menus.This makes using your AppImages a lot easier and straightforward. One can easily spot the old AppImage, for instance, and remove it conveniently.
The text was updated successfully, but these errors were encountered: