2019-04-05 17:19:09 +02:00
|
|
|
{
|
|
|
|
"app-id": "com.example.first_application",
|
|
|
|
"runtime": "org.gnome.Platform",
|
2019-01-19 01:51:20 +01:00
|
|
|
"runtime-version": "3.30",
|
2019-04-05 17:19:09 +02:00
|
|
|
"sdk": "org.gnome.Sdk",
|
|
|
|
"command": "your-first-application",
|
|
|
|
"finish-args": [
|
|
|
|
"--socket=wayland"
|
|
|
|
],
|
|
|
|
"modules": [
|
|
|
|
{
|
2019-01-19 01:51:20 +01:00
|
|
|
"name": "first_application",
|
2019-04-05 17:19:09 +02:00
|
|
|
"buildsystem": "meson",
|
|
|
|
"builddir": true,
|
|
|
|
"sources": [
|
|
|
|
{
|
2019-01-19 01:51:20 +01:00
|
|
|
"type": "dir",
|
|
|
|
"path": "."
|
2019-04-05 17:19:09 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|