Files
cartridges/hu.kramo.GameShelf.json
2023-01-30 18:19:29 +01:00

42 lines
1016 B
JSON

{
"app-id" : "hu.kramo.GameShelf",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "gameshelf",
"finish-args" : [
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--talk-name=org.freedesktop.Flatpak",
"--filesystem=xdg-run/gvfsd",
"--filesystem=~/.steam/steam/",
"--filesystem=~/.var/app/com.heroicgameslauncher.hgl/config/heroic/"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "gameshelf",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "dir",
"path" : "."
}
]
}
]
}