{
 "app_id": "com.Cycling74.RNBORunner",
 "source_url": "https://raw.githubusercontent.com/Cycling74/rnbo.oscquery.runner/develop/com.Cycling74.RNBORunner.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "22.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--device=all",
  "--share=ipc",
  "--filesystem=xdg-run/pipewire-0",
  "--socket=pulseaudio",
  "--socket=x11",
  "--socket=wayland",
  "--share=network",
  "--filesystem=host",
  "--metadata=X-DConf=migrate-path=/org/gnome/dictionary/",
  "--env=PATH=/app/bin:/usr/bin",
  "--env=CC=/app/bin/gcc",
  "--env=CXX=/app/bin/g++"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-20T13:03:01.614419+00:00",
 "manifest": {
  "app-id": "com.Cycling74.RNBORunner",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "22.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "/app/bin/rnbooscquery",
  "modules": [
   {
    "name": "setup",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p ${FLATPAK_DEST}/bin",
     "mkdir -p ${FLATPAK_DEST}/share",
     "install -Dm0644 \"rnbo128x128.png\" \"/app/share/icons/hicolor/128x128/apps/com.Cycling74.RNBORunner.png\"",
     "install -Dm0644 \"RNBORunner.desktop\" \"/app/share/applications/com.Cycling74.RNBORunner.desktop\"",
     "install -Dm0644 \"com.Cycling74.RNBORunner.metainfo.xml\" \"/app/share/metainfo/com.Cycling74.RNBORunner.metainfo.xml\""
    ],
    "sources": [
     {
      "type": "file",
      "path": "rnbo128x128.png"
     },
     {
      "type": "file",
      "path": "config/RNBORunner.desktop"
     },
     {
      "type": "file",
      "path": "config/com.Cycling74.RNBORunner.metainfo.xml"
     }
    ]
   },
   {
    "name": "RNBORunner",
    "buildsystem": "simple",
    "build-commands": [
     "cp -r ./bin/* ${FLATPAK_DEST}/bin/",
     "cp -r ./share/* ${FLATPAK_DEST}/share/",
     "mv ./src ${FLATPAK_DEST}/src"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "./build"
     }
    ]
   }
  ],
  "finish-args": [
   "--device=all",
   "--share=ipc",
   "--filesystem=xdg-run/pipewire-0",
   "--socket=pulseaudio",
   "--socket=x11",
   "--socket=wayland",
   "--share=network",
   "--filesystem=host",
   "--metadata=X-DConf=migrate-path=/org/gnome/dictionary/",
   "--env=PATH=/app/bin:/usr/bin",
   "--env=CC=/app/bin/gcc",
   "--env=CXX=/app/bin/g++"
  ]
 }
}