Files
flutter/flatpak/flatpak_meta.json
Roland Geider 1a62f8f962 Add pulseaudio
This is needed to output the sound of the videos
2023-06-06 11:55:48 +02:00

29 lines
708 B
JSON

{
"appId": "de.wger.flutter",
"lowercaseAppName": "wger",
"githubReleaseOrganization": "wger-project",
"githubReleaseProject": "flutter",
"localReleases": [
],
"localReleaseAssets": [
],
"localLinuxBuildDir": "../build/linux",
"appDataPath": "de.wger.flutter.appdata.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"
]
}