{
 "app_id": "rs.ruffle.Ruffle",
 "source_url": "https://raw.githubusercontent.com/flathub/rs.ruffle.Ruffle/master/rs.ruffle.Ruffle.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=pulseaudio",
  "--socket=wayland",
  "--device=dri",
  "--filesystem=home"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:17:20.151648+00:00",
 "manifest": {
  "app-id": "rs.ruffle.Ruffle",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable",
   "org.freedesktop.Sdk.Extension.openjdk17"
  ],
  "command": "ruffle",
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/openjdk17/bin"
  },
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--socket=pulseaudio",
   "--share=network",
   "--device=dri",
   "--filesystem=home"
  ],
  "modules": [
   {
    "name": "ruffle",
    "buildsystem": "simple",
    "build-options": {
     "env": {
      "CARGO_HOME": "/run/build/ruffle/cargo",
      "CFG_RELEASE_CHANNEL": "stable"
     }
    },
    "build-commands": [
     "cargo --frozen fetch --manifest-path Cargo.toml --verbose",
     "cargo --frozen build --profile dist --verbose --package ruffle_desktop",
     "install -D -T ./desktop/packages/linux/rs.ruffle.Ruffle.svg /app/share/icons/hicolor/scalable/apps/rs.ruffle.Ruffle.svg",
     "install -D -T ./desktop/packages/linux/rs.ruffle.Ruffle.desktop /app/share/applications/rs.ruffle.Ruffle.desktop",
     "install -D -T ./desktop/packages/linux/rs.ruffle.Ruffle.metainfo.xml /app/share/metainfo/rs.ruffle.Ruffle.metainfo.xml",
     "install -D -T ./target/dist/ruffle_desktop /app/bin/ruffle"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/ruffle-rs/ruffle.git",
      "tag": "v0.6.0",
      "commit": "cac5c99ce4a17e606f4ee3090389bb878f852055"
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}