{
  "$schema": "https://schema.tauri.app/config/2",
  "bundle": {
    "targets": ["appimage", "deb", "rpm"],
    "linux": {
      "appimage": {
        "bundleMediaFramework": true
      }
    }
  }
}
