mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 04:22:15 +00:00
Update flatpak.yml
This commit is contained in:
parent
3fe7975e4a
commit
994b7d4e60
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ finish-args:
|
||||||
- --device=all # need for controllers
|
- --device=all # need for controllers
|
||||||
# the file picker uses portals but the set
|
# the file picker uses portals but the set
|
||||||
# game directory feature still needs this
|
# game directory feature still needs this
|
||||||
- --filesystem=host:r
|
- --filesystem=host:ro
|
||||||
- --socket=pulseaudio
|
- --socket=pulseaudio
|
||||||
- --env=QT_QPA_PLATFORM=xcb
|
- --env=QT_QPA_PLATFORM=xcb
|
||||||
- --socket=x11
|
- --socket=x11
|
||||||
|
@ -101,16 +101,16 @@ modules:
|
||||||
- -DENABLE_ALSA=OFF
|
- -DENABLE_ALSA=OFF
|
||||||
- -DENABLE_SDL=ON
|
- -DENABLE_SDL=ON
|
||||||
- -DENABLE_EVDEV=ON
|
- -DENABLE_EVDEV=ON
|
||||||
- -DLINUX_LOCAL_DEV=0
|
|
||||||
- -DDISTRIBUTOR=Mario Party Netplay
|
- -DDISTRIBUTOR=Mario Party Netplay
|
||||||
- -DCPACK_PACKAGE_CONTACT=Mario Party Netplay
|
- -DCPACK_PACKAGE_CONTACT=Mario Party Netplay
|
||||||
cleanup:
|
cleanup:
|
||||||
- /share/man
|
- /share/man
|
||||||
post-install:
|
post-install:
|
||||||
- install -D -t ${FLATPAK_DEST}/bin/ dolphin-emu-wrapper
|
- install -D -t ${FLATPAK_DEST}/bin/ dolphin-emu-wrapper
|
||||||
- install -D ${FLATPAK_DEST}/share/dolphin-emu/user/* ${FLATPAK_DEST}/share/dolphin-mpn/
|
|
||||||
- desktop-file-edit --set-key=Exec --set-value='/app/bin/dolphin-emu-wrapper'
|
- desktop-file-edit --set-key=Exec --set-value='/app/bin/dolphin-emu-wrapper'
|
||||||
/app/share/applications/dolphin-emu.desktop
|
/app/share/applications/dolphin-emu.desktop
|
||||||
|
- desktop-file-edit --set-key=Name --set-value='Dolphin MPN'
|
||||||
|
/app/share/applications/dolphin-emu.desktop
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/MarioPartyNetplay/Dolphin-MPN-src.git
|
url: https://github.com/MarioPartyNetplay/Dolphin-MPN-src.git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue