{
 "app_id": "fr.arnaudmichel.launcherstudio",
 "source_url": "https://raw.githubusercontent.com/flathub/fr.arnaudmichel.launcherstudio/master/fr.arnaudmichel.launcherstudio.yaml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "49",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--filesystem=home:ro",
  "--filesystem=xdg-data/applications:create",
  "--filesystem=xdg-data/flatpak/exports/share/applications:ro",
  "--filesystem=/var/lib/flatpak/exports/share/applications:ro"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:09:59.859642+00:00",
 "manifest": {
  "app-id": "fr.arnaudmichel.launcherstudio",
  "runtime": "org.gnome.Platform",
  "runtime-version": "49",
  "sdk": "org.gnome.Sdk",
  "command": "launcher_studio",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin"
  },
  "finish-args": [
   "--share=ipc",
   "--share=network",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri",
   "--filesystem=xdg-data/applications:create",
   "--filesystem=/var/lib/flatpak/exports/share/applications:ro",
   "--filesystem=xdg-data/flatpak/exports/share/applications:ro",
   "--filesystem=home:ro"
  ],
  "modules": [
   {
    "name": "launcher-studio",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p .cargo\ncat >> .cargo/config <<EOF\n[source.crates-io]\nreplace-with = \"vendored-sources\"\n\n[source.vendored-sources]\ndirectory = \"cargo/vendor\"\nEOF\n",
     "cargo --offline build --release --verbose",
     "install -D target/release/launcher_studio /app/bin/launcher_studio",
     "install -D data/fr.arnaudmichel.launcherstudio.desktop /app/share/applications/fr.arnaudmichel.launcherstudio.desktop",
     "install -D data/fr.arnaudmichel.launcherstudio.metainfo.xml /app/share/metainfo/fr.arnaudmichel.launcherstudio.metainfo.xml",
     "install -D \"assets/icons/fr.arnaudmichel.launcherstudio.svg\" /app/share/icons/hicolor/scalable/apps/fr.arnaudmichel.launcherstudio.svg",
     "install -D assets/icons/launcher-studio-weather-night-symbolic.svg /app/share/icons/hicolor/symbolic/apps/launcher-studio-weather-night-symbolic.svg",
     "install -D assets/icons/launcher-studio-weather-sunny-symbolic.svg /app/share/icons/hicolor/symbolic/apps/launcher-studio-weather-sunny-symbolic.svg"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/MrArnaudMichel/launcher_studio.git",
      "tag": "v0.1.4",
      "commit": "cf5c14426ee770d7bed896f3cc51def44a1a05c3"
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}