Update flatpak.yml

This commit is contained in:
Nayla 2024-01-28 15:57:56 -05:00 committed by GitHub
commit 0350122e99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
app-id: org.DolphinEmu.dolphin-mpn app-id: org.DolphinEmu.dolphin-mpn
branch: master branch: master
runtime: org.kde.Platform runtime: org.kde.Platform
runtime-version: 6.4 runtime-version: 6.6
sdk: org.kde.Sdk sdk: org.kde.Sdk
command: dolphin-mpn-wrapper command: dolphin-mpn-wrapper
rename-desktop-file: dolphin-mpn.desktop rename-desktop-file: dolphin-mpn.desktop
@ -21,6 +21,8 @@ finish-args:
- --allow=bluetooth - --allow=bluetooth
- --filesystem=xdg-run/app/com.discordapp.Discord:create - --filesystem=xdg-run/app/com.discordapp.Discord:create
- --talk-name=org.freedesktop.ScreenSaver - --talk-name=org.freedesktop.ScreenSaver
# required for Gamescope on Steam Deck
- --filesystem=xdg-run/gamescope-0:ro
modules: modules:
# needed for the bluetooth passthrough feature to work # needed for the bluetooth passthrough feature to work
- name: libusb - name: libusb