aoi-game-launcher/com.example.first_application.json
David Boddie adcb21af62 Add part of the packaging section
Fix meson.build project version requirement to suppress warnings.
Rename the application ID for consistency.
2019-04-05 17:19:14 +02:00

24 lines
535 B
JSON

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