{
 "app_id": "com.relative.Aegnux",
 "source_url": "https://raw.githubusercontent.com/relativemodder/com.relative.Aegnux/main/com.relative.Aegnux.yml",
 "runtime": "org.kde.Platform",
 "runtime_version": "6.8",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--env=BASEAPP_DISABLE_NUMPY=1",
  "--share=ipc",
  "--socket=wayland",
  "--socket=x11",
  "--socket=pulseaudio",
  "--socket=session-bus",
  "--socket=system-bus",
  "--device=all",
  "--allow=devel",
  "--allow=multiarch",
  "--allow=canbus",
  "--allow=per-app-dev-shm",
  "--filesystem=home",
  "--share=network"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-20T12:57:52.971802+00:00",
 "manifest": {
  "app-id": "com.relative.Aegnux",
  "runtime": "org.kde.Platform",
  "runtime-version": "6.8",
  "sdk": "org.kde.Sdk",
  "base": "io.qt.PySide.BaseApp",
  "base-version": "6.8",
  "command": "run_from_flatpak.sh",
  "finish-args": [
   "--env=BASEAPP_DISABLE_NUMPY=1",
   "--share=ipc",
   "--socket=wayland",
   "--socket=x11",
   "--socket=pulseaudio",
   "--socket=session-bus",
   "--socket=system-bus",
   "--device=all",
   "--allow=devel",
   "--allow=multiarch",
   "--allow=canbus",
   "--allow=per-app-dev-shm",
   "--filesystem=home",
   "--share=network"
  ],
  "modules": [
   "python3-requests.json",
   {
    "name": "aegnux",
    "buildsystem": "simple",
    "build-commands": [
     "cp -r src/deps/aenux/* /app/bin",
     "install -Dm755 run_from_flatpak.sh /app/bin/run_from_flatpak.sh",
     "install -Dm644 aegnux.png /app/share/icons/hicolor/scalable/apps/com.relative.Aegnux.png",
     "install -Dm644 com.relative.Aegnux.desktop /app/share/applications/com.relative.Aegnux.desktop",
     "install -Dm644 aegnux-misterhorse-handler.desktop /app/share/applications/com.relative.Aegnux-misterhorse.desktop",
     "install -Dm644 application-vnd.adobe.aftereffects.project.xml /app/share/mime/packages/com.relative.Aegnux-mime.xml",
     "cd /app/bin && ./prepare.sh"
    ],
    "build-options": {
     "build-args": [
      "--share=network"
     ]
    },
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/relativemodder/aegnux.git",
      "dest": "src/deps/aenux",
      "branch": "main"
     },
     {
      "type": "file",
      "path": "icons/aegnux.png",
      "dest-filename": "aegnux.png"
     },
     {
      "type": "file",
      "path": "com.relative.Aegnux.desktop"
     },
     {
      "type": "file",
      "path": "application-vnd.adobe.aftereffects.project.xml"
     },
     {
      "type": "file",
      "path": "aegnux-misterhorse-handler.desktop"
     },
     {
      "type": "script",
      "dest-filename": "run_from_flatpak.sh",
      "commands": [
       "cd /app/bin",
       "python main.py \"$@\""
      ]
     }
    ]
   }
  ]
 }
}