Add CLI option to deploy an appstream file#288
Open
Korne127 wants to merge 1 commit intolinuxdeploy:masterfrom
Open
Add CLI option to deploy an appstream file#288Korne127 wants to merge 1 commit intolinuxdeploy:masterfrom
Korne127 wants to merge 1 commit intolinuxdeploy:masterfrom
Conversation
A CLI flag to deploy an appstream file has been added. When used, the appstream file under the given path is copied into usr/share/metainfo. This way, users don't have to create an AppDir and manually add the file to the correct location in order for the AppImage to contain one. Additionally, a -a shortcut has been added to the AppDir flag.
Korne127
added a commit
to Korne127/docs.appimage.org
that referenced
this pull request
Aug 4, 2024
The linuxdeploy user guide has been rewritten, improved and updated. In general, the explanation of how linuxdeploy can be used has been massively improved. There is now a clear explanation of the two distinct ways and its easier to understand how to use linuxdeploy without make. The misleading term "Manual packaging" has been removed as well. Additionally, there are many smaller improvements, namely: - Documentation on the command line arguments --appstream-file, --appdir, --plugin and --output has been added. (This depends on linuxdeploy/linuxdeploy#288 being merged). - The introduction has been improved and now explains the core ideas better. - Additional information about the command line arguments --icon-file and --executable as well as about plugins has been added (and wrong information has been corrected). - An incorrect link to a different section has been corrected. - TODOs about further improvements that also affect other sections have been added.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a CLI flag to deploy an appstream file. When used, the appstream file under the given path will be copied into usr/share/metainfo. This way, users won't have to create an AppDir and manually add the file to the correct location in order for the AppImage to contain one.
It also adds the
-ashortcut to the AppDir flag.