flatpak-nightly: Update manifest

In latest git, binary name is now simply "clapper". Also we now depend on libmicrodns for the server feature to be available.
This commit is contained in:
Rafał Dzięgiel
2024-04-15 20:07:07 +02:00
parent 1a0158e775
commit 484f2402a3

View File

@@ -16,7 +16,7 @@
"autodelete": false "autodelete": false
} }
}, },
"command": "com.github.rafostar.Clapper", "command": "clapper",
"separate-locales": false, "separate-locales": false,
"finish-args": [ "finish-args": [
"--share=ipc", "--share=ipc",
@@ -46,6 +46,7 @@
"flathub/lib/libdvdread.json", "flathub/lib/libdvdread.json",
"flathub/lib/libdvdnav.json", "flathub/lib/libdvdnav.json",
"flathub/lib/libass.json", "flathub/lib/libass.json",
"testing/libmicrodns.json",
"testing/dav1d.json", "testing/dav1d.json",
"testing/gstreamer.json", "testing/gstreamer.json",
"testing/gst-plugins-rs.json", "testing/gst-plugins-rs.json",