diff --git a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml similarity index 100% rename from desktop/com.github.unrud.RemoteTouchpad.appdata.xml rename to desktop/com.github.unrud.RemoteTouchpad.metainfo.xml diff --git a/flatpak/com.github.unrud.RemoteTouchpad.yaml b/flatpak/com.github.unrud.RemoteTouchpad.yaml index 00f790e..74e1d5e 100644 --- a/flatpak/com.github.unrud.RemoteTouchpad.yaml +++ b/flatpak/com.github.unrud.RemoteTouchpad.yaml @@ -42,7 +42,7 @@ modules: - . /usr/lib/sdk/golang/enable.sh; go build -tags portal,x11 - install -Dm0755 -t /app/bin remote-touchpad - install -Dm0755 -t /app/bin desktop/remote-touchpad-wait-on-error - - install -Dm0644 -t /app/share/metainfo desktop/com.github.unrud.RemoteTouchpad.appdata.xml + - install -Dm0644 -t /app/share/metainfo desktop/com.github.unrud.RemoteTouchpad.metainfo.xml - install -Dm0644 -t /app/share/applications desktop/com.github.unrud.RemoteTouchpad.desktop - install -Dm0644 -t /app/share/icons/hicolor/scalable/apps desktop/com.github.unrud.RemoteTouchpad.svg - | diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 97618c0..f32c543 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -47,7 +47,7 @@ parts: override-build: | snapcraftctl build install -Dm0755 -t "${SNAPCRAFT_PART_INSTALL}/usr/bin" desktop/remote-touchpad-wait-on-error - install -Dm0644 -t "${SNAPCRAFT_PART_INSTALL}/usr/share/metainfo" desktop/com.github.unrud.RemoteTouchpad.appdata.xml + install -Dm0644 -t "${SNAPCRAFT_PART_INSTALL}/usr/share/metainfo" desktop/com.github.unrud.RemoteTouchpad.metainfo.xml install -Dm0644 -t "${SNAPCRAFT_PART_INSTALL}/usr/share/applications" desktop/com.github.unrud.RemoteTouchpad.desktop install -Dm0644 -t "${SNAPCRAFT_PART_INSTALL}/usr/share/icons/hicolor/scalable/apps" desktop/com.github.unrud.RemoteTouchpad.svg - parse-info: [usr/share/metainfo/com.github.unrud.RemoteTouchpad.appdata.xml] + parse-info: [usr/share/metainfo/com.github.unrud.RemoteTouchpad.metainfo.xml]