aoi-game-launcher/asgardius.page.aoilauncher.json

24 lines
525 B
JSON
Raw Permalink Normal View History

{
2024-01-18 16:52:53 +01:00
"app-id": "asgardius.page.aoilauncher",
"runtime": "org.gnome.Platform",
2024-01-18 13:35:16 +01:00
"runtime-version": "45",
"sdk": "org.gnome.Sdk",
2024-01-18 16:52:53 +01:00
"command": "aoi-game-launcher",
"finish-args": [
"--socket=wayland"
],
"modules": [
{
2024-01-18 16:52:53 +01:00
"name": "aoi-game-launcher",
"buildsystem": "meson",
"builddir": true,
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}