From 87ec3a63a2231ef0cab16db2e447924d8356951d Mon Sep 17 00:00:00 2001 From: Jarred Wilson Date: Tue, 7 Jan 2025 17:03:19 +0000 Subject: [PATCH] Use updated metainfo.xml from upstream MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Quang NgĂ´ Co-authored-by: Florian Piesche --- net.shadps4.shadPS4.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/net.shadps4.shadPS4.yaml b/net.shadps4.shadPS4.yaml index 0dd69b2..9d564b9 100644 --- a/net.shadps4.shadPS4.yaml +++ b/net.shadps4.shadPS4.yaml @@ -37,6 +37,8 @@ add-extensions: cleanup-commands: - mkdir -p ${FLATPAK_DEST}/lib/ffmpeg + # Remove XML warning https://github.com/flatpak/flatpak/issues/6057 + - rm -f ${FLATPAK_DEST}/share/metainfo/releases/net.shadps4.shadPS4.releases.xml modules: - name: rapidjson @@ -83,3 +85,8 @@ modules: url: https://api.github.com/repos/shadps4-emu/shadps4/releases/latest tag-query: .tag_name version-query: .tag_name | sub("^v."; "") + # Use updated metainfo.xml with inline releases from main branch https://github.com/flatpak/flatpak/issues/6057 + - type: file + url: https://raw.githubusercontent.com/shadps4-emu/shadPS4/af8c748e9cb3edc78a3f0e189fbba41bfdba0786/dist/net.shadps4.shadPS4.metainfo.xml + sha256: "b3c45ef60748c7f791ef932a461b86990b380ca527d92d5474d65e3620297566" + dest: dist