Skip to content

Commit 4b0087e

Browse files
committed
Update flatpak.yml
1 parent 631969a commit 4b0087e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Distribution/flatpak.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
app-id: org.DolphinEmu.dolphin-mpn
1+
app-id: org.DolphinEmu.project-plus-dolphin
22
branch: master
33
runtime: org.kde.Platform
44
runtime-version: 6.6
55
sdk: org.kde.Sdk
6-
command: dolphin-mpn-wrapper
7-
rename-desktop-file: dolphin-mpn.desktop
8-
rename-icon: dolphin-mpn
6+
command: project-plus-dolphin-wrapper
7+
rename-desktop-file: project-plus-dolphin.desktop
8+
rename-icon: project-plus-dolphin
99
finish-args:
1010
- --device=all # need for controllers
1111
# the file picker uses portals but the set
@@ -96,26 +96,26 @@ modules:
9696
url: https://github.com/Unrud/xdg-screensaver-shim/archive/0.0.2.tar.gz
9797
sha256: 0ed2a69fe6ee6cbffd2fe16f85116db737f17fb1e79bfb812d893cf15c728399
9898

99-
- name: dolphin-mpn
99+
- name: project-plus-dolphin
100100
buildsystem: cmake-ninja
101101
config-opts:
102102
- -DCMAKE_BUILD_TYPE=Release
103103
- -DENABLE_ALSA=OFF
104104
- -DENABLE_SDL=ON
105105
- -DENABLE_EVDEV=ON
106-
- -DDISTRIBUTOR=Mario Party Netplay
107-
- -DCPACK_PACKAGE_CONTACT=Mario Party Netplay
106+
- -DDISTRIBUTOR=Project Plus Development Team
107+
- -DCPACK_PACKAGE_CONTACT=Project Plus Development Team
108108
cleanup:
109109
- /share/man
110110
post-install:
111-
- install -D -t ${FLATPAK_DEST}/bin/ dolphin-mpn-wrapper
112-
- desktop-file-edit --set-key=Exec --set-value='/app/bin/dolphin-mpn-wrapper'
113-
/app/share/applications/dolphin-mpn.desktop
114-
- desktop-file-edit --set-key=Name --set-value='Dolphin MPN'
115-
/app/share/applications/dolphin-mpn.desktop
111+
- install -D -t ${FLATPAK_DEST}/bin/ project-plus-dolphin-wrapper
112+
- desktop-file-edit --set-key=Exec --set-value='/app/bin/project-plus-dolphin-wrapper'
113+
/app/share/applications/project-plus-dolphin.desktop
114+
- desktop-file-edit --set-key=Name --set-value='Project Plus Dolphin'
115+
/app/share/applications/project-plus-dolphin.desktop
116116
sources:
117117
- type: git
118-
url: https://github.com/MarioPartyNetplay/Dolphin-MPN-src.git
118+
url: https://github.com/Motobug/Project-Plus-Dolphin.git
119119

120120
# detects whether dolphin is running in a flatpak sandbox
121121
# and makes it use xdg directories if it is.
@@ -129,5 +129,5 @@ modules:
129129
test -S $XDG_RUNTIME_DIR/discord-ipc-$i ||
130130
ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
131131
done
132-
dolphin-mpn "$@"
133-
dest-filename: dolphin-mpn-wrapper
132+
project-plus-dolphin "$@"
133+
dest-filename: project-plus-dolphin-wrapper

0 commit comments

Comments
 (0)