asteroid-game-launcher/asgardius.page.asteroidlauncher.json
2024-01-18 05:35:16 -07:00

24 lines
540 B
JSON

{
"app-id": "asgardius.page.asteroidlauncher",
"runtime": "org.gnome.Platform",
"runtime-version": "45",
"sdk": "org.gnome.Sdk",
"command": "asteroid-game-launcher",
"finish-args": [
"--socket=wayland"
],
"modules": [
{
"name": "asteroid-game-launcher",
"buildsystem": "meson",
"builddir": true,
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}