Skip to content

Commit 2f549ad

Browse files
committed
Hopefully final fixes
1 parent 0c22229 commit 2f549ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Distribution/flatpak/com.projectplusgame.project-plus-dolphin.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</p>
1717
</description>
1818
<provides>
19-
<binary>dolphin-emu</binary>
19+
<binary>project-plus-dolphin</binary>
2020
<id>com.projectplusgame.project-plus-dolphin.desktop</id>
2121
</provides>
2222
<releases>

Distribution/flatpak/flatpak.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ modules:
166166
/app/share/applications/project-plus-dolphin.desktop
167167
- rm -r ${FLATPAK_DEST}/share/project-plus-dolphin/sys # Remove preinstalled sys directory
168168
- mv Data/Sys ${FLATPAK_DEST}/share/project-plus-dolphin/sys/ # Move Sys directory to correct location (only use without the -DLINUX_LOCAL_DEV=true flag set
169-
#- tar --transform="s|sd.raw|WiiSD.raw|" -xf sd.tar.gz -C ${FLATPAK_DEST}/share/project-plus-dolphin/sys/Load/ # Extract, rename and move SD card to correct location
170-
- mv Launcher ${FLATPAK_DEST}/share/dolphin-emu/sys/Wii/ # Move Launcher directory to correct location
171-
- mkdir -p ${FLATPAK_DEST}/share/dolphin-emu/sys/Load/Textures # Make directory for HD textures
172-
- mv "ModPack/Full Quality HD Textures" ${FLATPAK_DEST}/share/dolphin-emu/sys/Load/Textures/RSBE01/ # Move HD Textures from ModPack to correct location
169+
#- tar --transform="s|sd.raw|WiiSD.raw|" -xf sd.tar.gz -C ${FLATPAK_DEST}/share/project-plus-dolphin/sys/Load/ # Extract, rename and move SD card to correct location
170+
- mv Launcher ${FLATPAK_DEST}/share/project-plus-dolphin/sys/Wii/ # Move Launcher directory to correct location
171+
- mkdir -p ${FLATPAK_DEST}/share/project-plus-dolphin/sys/Load/Textures # Make directory for HD textures
172+
- mv "ModPack/Full Quality HD Textures" ${FLATPAK_DEST}/share/project-plus-dolphin/sys/Load/Textures/RSBE01/ # Move HD Textures from ModPack to correct location
173173
- install -Dm644 com.projectplusgame.project-plus-dolphin.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo/ # Install metainfo file

0 commit comments

Comments
 (0)