mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-28 04:08:43 +00:00
Update flatpak.yml
This commit is contained in:
parent
5ff216147d
commit
c9bf56ccb5
1 changed files with 4 additions and 5 deletions
|
@ -4,8 +4,8 @@ runtime: org.kde.Platform
|
||||||
runtime-version: 5.15
|
runtime-version: 5.15
|
||||||
sdk: org.kde.Sdk
|
sdk: org.kde.Sdk
|
||||||
command: dolphin-emu-wrapper
|
command: dolphin-emu-wrapper
|
||||||
rename-desktop-file: dolphin-emu-mpn.desktop
|
rename-desktop-file: dolphin-emu.desktop
|
||||||
rename-icon: dolphin-mpn
|
rename-icon: dolphin-emu
|
||||||
finish-args:
|
finish-args:
|
||||||
- --device=all
|
- --device=all
|
||||||
# the file picker uses portals but the set
|
# the file picker uses portals but the set
|
||||||
|
@ -101,13 +101,12 @@ modules:
|
||||||
- -DENABLE_ALSA=OFF
|
- -DENABLE_ALSA=OFF
|
||||||
- -DENABLE_SDL=ON
|
- -DENABLE_SDL=ON
|
||||||
- -DENABLE_EVDEV=ON
|
- -DENABLE_EVDEV=ON
|
||||||
- -DDISTRIBUTOR="Mario Party Netplay"
|
- -DDISTRIBUTOR=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 -Dm644 -t ${FLATPAK_DEST}/share/appdata/ org.DolphinEmu.dolphin-emu.appdata.xml
|
|
||||||
- sed -i -e 's/"2048"/"512"/g' /app/share/icons/hicolor/scalable/apps/dolphin-emu.svg
|
|
||||||
- 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
|
||||||
sources:
|
sources:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue