Skip to content

Commit 0b22cb5

Browse files
committed
let's see if git yells at me if I include the sd
1 parent 0c9e846 commit 0b22cb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Distribution/flatpak/flatpak.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ modules:
114114
commit: 94774054cb930b6cb2b39556c24fd462ec998553
115115

116116
# TODO: Add x-checker-data
117-
# Project Plus SD card
118-
#- type: file
119-
# url: https://github.com/jlambert360/FPM-AppImage/releases/download/v3.1.2/sd.tar.gz
120-
# sha256: 389e4025ed3e0a79a1d0646dcc97bbd204fdfad371be72f913f59aa172f531fd # This is the hash of the tar.gz file not the uncompressed
117+
Project Plus SD card
118+
- type: file
119+
url: https://github.com/jlambert360/FPM-AppImage/releases/download/v3.1.2/sd.tar.gz
120+
sha256: 389e4025ed3e0a79a1d0646dcc97bbd204fdfad371be72f913f59aa172f531fd # This is the hash of the tar.gz file not the uncompressed
121121

122122
# TODO: Add x-checker-data
123123
# Project Plus .dol files and icon
@@ -164,7 +164,7 @@ modules:
164164
/app/share/applications/project-plus-dolphin.desktop
165165
- rm -r ${FLATPAK_DEST}/share/project-plus-dolphin/sys # Remove preinstalled sys directory
166166
- 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
167-
#- 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
167+
- tar --transform="s|sd.raw|WiiSD.raw|" -xf sd.tar.gz -C ${FLATPAK_DEST}/share/project-plus-dolphin/user/Wii/ # Extract, rename and move SD card to correct location
168168
- mv Launcher ${FLATPAK_DEST}/share/project-plus-dolphin/sys/Wii/ # Move Launcher directory to correct location
169169
#- mkdir -p ${FLATPAK_DEST}/share/project-plus-dolphin/sys/Load/Textures # Make directory for HD textures
170170
#- mv "ModPack/Full Quality HD Textures" ${FLATPAK_DEST}/share/project-plus-dolphin/sys/Load/Textures/RSBE01/ # Move HD Textures from ModPack to correct location

0 commit comments

Comments
 (0)