Files
flutter/flatpak/flatpak_meta.json
2024-01-10 18:53:04 +01:00

23 lines
644 B
JSON

{
"appId": "de.wger.flutter",
"lowercaseAppName": "wger",
"githubReleaseOrganization": "wger-project",
"githubReleaseProject": "flutter",
"localLinuxBuildDir": "../build/linux",
"appStreamPath": "de.wger.flutter.metainfo.xml",
"desktopPath": "de.wger.flutter.desktop",
"icons": {
"64x64": "logo64.png",
"128x126": "logo128.png",
"512x512": "logo512.png"
},
"freedesktopRuntime": "22.08",
"finishArgs": [
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--device=dri"
]
}