asteroid-game-launcher/com.example.first_application.json
2019-05-15 16:28:24 +02:00

24 lines
535 B
JSON

{
"app-id": "com.example.first_application",
"runtime": "org.gnome.Platform",
"runtime-version": "3.32",
"sdk": "org.gnome.Sdk",
"command": "your-first-application",
"finish-args": [
"--socket=wayland"
],
"modules": [
{
"name": "first_application",
"buildsystem": "meson",
"builddir": true,
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}