Skip to content

Commit 162e41f

Browse files
committed
Format fix
1 parent 0ae4fd5 commit 162e41f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Distribution/flatpak/flatpak.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ modules:
165165
- desktop-file-edit --set-key=Name --set-value='Project Plus Dolphin'
166166
/app/share/applications/project-plus-dolphin.desktop
167167
- rm -r ${FLATPAK_DEST}/share/project-plus-dolphin/sys # Remove preinstalled sys directory
168-
- 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
173-
- install -Dm644 com.projectplusgame.project-plus-dolphin.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo/ # Install metainfo file
168+
- 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
173+
- install -Dm644 com.projectplusgame.project-plus-dolphin.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo/ # Install metainfo file

0 commit comments

Comments
 (0)