Files
R_EoM/flatpak/app.flatpak.json
2026-07-14 15:30:23 -05:00

22 lines
511 B
JSON

{
"app-id": "org.reom.Demo",
"runtime": "org.freedesktop.Platform",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"command": "r_eom_demo",
"modules": [
{
"name": "r_eom",
"buildsystem": "simple",
"build-commands": [
"cargo build --release"
],
"sources": [
{
"type": "dir",
"path": ".."
}
]
}
]
}