Update flatpak.yml

This commit is contained in:
Nayla 2023-04-20 18:44:20 -04:00 committed by GitHub
commit c9bf56ccb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: