28 lines
699 B
JSON
28 lines
699 B
JSON
{
|
|
"app-id": "com.liamcottle.reticulummeshchat",
|
|
"runtime": "org.freedesktop.Platform",
|
|
"runtime-version": "23.08",
|
|
"sdk": "org.freedesktop.Sdk",
|
|
"command": "reticulum-meshchat",
|
|
"finish-args": [
|
|
"--share=network",
|
|
"--socket=x11",
|
|
"--socket=wayland",
|
|
"--device=all"
|
|
],
|
|
"modules": [
|
|
{
|
|
"name": "reticulum-meshchat",
|
|
"buildsystem": "simple",
|
|
"build-commands": [
|
|
"install -Dm755 dist/ReticulumMeshChat-v$FLATPAK_APP_VERSION-linux.AppImage /app/bin/reticulum-meshchat"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "file",
|
|
"path": "dist/ReticulumMeshChat-v$FLATPAK_APP_VERSION-linux.AppImage"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |