Skip to content

Commit 86f118c

Browse files
committed
More script adjustments
1 parent 9085fe1 commit 86f118c

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Purge .git for space reasons
16-
run: rm -rf /home/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/.git
16+
run: rm -rf /home/runner/work/Project-Plus-Dolphin/Project-Plus-Dolphin/.git
1717
- name: Setup Packages
1818
run: |
1919
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \
@@ -72,7 +72,7 @@
7272
name: Project-Plus-Dolphin-windows-x86_64
7373
path: Binary/x64/
7474

75-
dolphin-appimage:
75+
build_appimage:
7676
name: Project Plus Dolphin bundled as appimage
7777
runs-on: ubuntu-24.04
7878
env:

Distribution/archLinux.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ commit_hash=$(git rev-parse --short=7 HEAD)
88
pkgver="${commit_hash}"
99
pkgrel=1
1010
arch="x86_64"
11-
pkgdesc="A GameCube and Wii emulator optimized for Mario Party Netplay"
11+
pkgdesc="A GameCube and Wii emulator optimized for Project Plus Netplay"
1212
depends=("glibc" "sdl2" "ffmpeg" "qt6-base" "libx11" "libxi" "libxrandr" "zlib" "libevdev")
1313
license=("GPL2")
1414

1515
# Convert generated archive to Arch format
1616
mkdir -p "${pkgname}-${pkgver}-${arch}"
17-
tar -xzf DolphinMPN-*.tar.gz -C "${pkgname}-${pkgver}-${arch}"
18-
mv "${pkgname}-${pkgver}-${arch}/DolphinMPN-archLinux" "${pkgname}-${pkgver}-${arch}"
17+
tar -xzf Project-Plus-Dolphin-*.tar.gz -C "${pkgname}-${pkgver}-${arch}"
18+
mv "${pkgname}-${pkgver}-${arch}/Project-Plus-Dolphin-archLinux" "${pkgname}-${pkgver}-${arch}"
1919
# Create .PKGINFO file
2020
cat <<EOF > "${pkgname}-${pkgver}-${arch}/.PKGINFO"
2121
pkgname=${pkgname}
@@ -27,4 +27,4 @@ depends=(${depends[@]})
2727
EOF
2828

2929
# Compress into a valid Arch package format
30-
tar -cJf "DolphinMPN-archLinux.pkg.tar.zst" -C "${pkgname}-${pkgver}-${arch}" .
30+
tar -cJf "Project-Plus-Dolphin-archLinux.pkg.tar.zst" -C "${pkgname}-${pkgver}-${arch}" .

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
107+
- -DCPACK_PACKAGE_CONTACT=Project Plus
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)