Add an AppData XML data file to Linux builds#17369
Add an AppData XML data file to Linux builds#17369Tyriar merged 1 commit intomicrosoft:masterfrom aperezdc:linux-appstream-xml
Conversation
|
Hi @aperezdc, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! The agreement was validated by Microsoft and real humans are currently evaluating your PR. TTYL, MSBOT; |
resources/linux/code.appdata.xml
Outdated
There was a problem hiding this comment.
This can be sourced from product.licenseName now.
There was a problem hiding this comment.
Great, I'll rebase the branch and do precisely that.
resources/linux/code.appdata.xml
Outdated
There was a problem hiding this comment.
Let's leave this as MIT for now as I don't think we use a special license for metadata.
There was a problem hiding this comment.
Let's make this value come from product.licenseName as well, then.
The AppData files provide descriptive data about an application, and is typically used in application managers to display additional information to the user. Having an AppData file is especially important for some graphical application installers: without one, an application manager may not event show an entry for the application. This happens for example in GNOME Software. For the sake of completeness, this commit not only adds the AppData file to the Flatpak build, but also to the Linux .deb and .rpm packages.
|
Updated! |
|
Thanks for the quick turn around @aperezdc, this is great 😄 |
|
@Tyriar: You're welcome! Also, it is being nice contributing to VS Code — kudos for caring about keeping the community healthy 😄 |
The AppData files provide descriptive data about an application, and is typically used in application managers to display additional information to the user. Having an AppData file is especially important for some graphical application installers: without one, an application manager may not event show an entry for the application. This happens for example in GNOME Software.
For the sake of completeness, this commit not only adds the AppData file to the Flatpak build, but also to the Linux .deb and .rpm packages.
This is follow-up to PR #16169 and a complement to issue #7112.