mangareader/me.sergiotarxz.openmg.json

31 lines
678 B
JSON

{
"app-id": "me.sergiotarxz.openmg",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "openmg",
"finish-args": [
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--socket=session-bus",
"--share=network",
"--device=dri"
],
"modules": [
{
"name": "openmg",
"buildsystem": "meson",
"config-opts": [
"-Dimages=true"
],
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}