mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #2028] [MERGED] Add AppStream metadata file #829
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stenzek/duckstation/pull/2028
Author: @j8r
Created: 4/26/2021
Status: ✅ Merged
Merged: 5/2/2021
Merged by: @stenzek
Base:
master← Head:add-appstream-metadata-file📝 Commits (2)
a1a7b07Add AppStream metadata file4bd1161Split appimage script and distribution files📊 Changes
9 files changed (+35 additions, -2 deletions)
View changed files
📝
.github/workflows/rolling-release.yml(+1 -1)📝
dist/duckstation-nogui.desktop(+0 -0)📝
dist/duckstation-qt.desktop(+0 -0)📝
dist/icon-16px.png(+0 -0)📝
dist/icon-32px.png(+0 -0)📝
dist/icon-48px.png(+0 -0)📝
dist/icon-64px.png(+0 -0)➕
dist/org.duckstation.DuckStation.metainfo.xml(+33 -0)📝
scripts/generate_appimages.sh(+1 -1)📄 Description
Can be used for AppImage (https://docs.appimage.org/packaging-guide/optional/appstream.html), and required for Flatpak.
Why it is named as
metainfo.xmlinstead ofappdata.xml: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location.flatpak run org.freedesktop.appstream-glib validate appimage/org.duckstation.DuckStation.metainfo.xmlis OK, but I still need to test it when building the Flatpak.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.