mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
GZDOOM: fixed wrapper and download link
This commit is contained in:
parent
24c7409bff
commit
18573d735c
|
@ -22,7 +22,7 @@ hash^RETRODECKDOLPHINLATEST^https://github.com/RetroDECK/org.DolphinEmu.dolphin-
|
|||
hash^RETRODECKPRIMEHACKLATEST^https://github.com/RetroDECK/io.github.shiiion.primehack/releases/latest/download/RetroDECK-primehack-Artifact.tar.gz
|
||||
hash^RETRODECKMELONDSLATEST^https://github.com/RetroDECK/net.kuribo64.melonDS/releases/latest/download/RetroDECK-melonds-Artifact.tar.gz
|
||||
hash^RETRODECKSOLARUSLATEST^https://github.com/RetroDECK/org.solarus_games.solarus.Launcher/releases/latest/download/RetroDECK-solarus-Artifact.tar.gz
|
||||
hash^RETRODECKGZDOOMLATEST^https://github.com/RetroDECK/org.zdoom.GZDoom/releases/latest/download/RetroDECK-gzdoom-Artifact.tar.gz
|
||||
hash^RETRODECKGZDOOMLATEST^https://github.com/RetroDECK/org.zdoom.GZDoom/releases/latest/download/RetroDECK-Artifact.tar.gz
|
||||
hash^RETRODECKMAMELATEST^https://github.com/RetroDECK/org.mamedev.MAME/releases/latest/download/RetroDECK-Artifact.tar.gz
|
||||
hash^PORTMASTERLATESTSHA^https://github.com/PortsMaster/PortMaster-GUI/releases/latest/download/retrodeck.portmaster.zip
|
||||
hash^RACITRAPLACEHOLDER^https://buildbot.libretro.com/nightly/linux/x86_64/latest/citra_libretro.so.zip
|
||||
|
|
|
@ -589,10 +589,14 @@ modules:
|
|||
- chmod +x "files/bin/"*
|
||||
# Step 6: Copy all remaining files to the Flatpak destination
|
||||
- cp -r files/* "${FLATPAK_DEST}"
|
||||
# Step 7: installing GZDoom wrapper
|
||||
- install -Dm755 gzdoom.sh ${FLATPAK_DEST}/bin/gzdoom.sh
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/RetroDECK/org.zdoom.GZDoom/releases/latest/download/RetroDECK-gzdoom-Artifact.tar.gz
|
||||
url: https://github.com/RetroDECK/org.zdoom.GZDoom/releases/latest/download/RetroDECK-Artifact.tar.gz
|
||||
sha256: RETRODECKGZDOOMLATEST
|
||||
- type: file
|
||||
path: config/gzdoom/gzdoom.sh
|
||||
|
||||
# Pancakes
|
||||
# NOTE: if this module breaks, might be caused by SDL2 version mismatch. Check last line of this module.
|
||||
|
@ -792,10 +796,6 @@ modules:
|
|||
- ln -s ${FLATPAK_DEST}/bin/retrodeck.sh ${FLATPAK_DEST}/bin/retrodeck
|
||||
- ln -s ${FLATPAK_DEST}/tools/configurator.sh ${FLATPAK_DEST}/bin/configurator
|
||||
|
||||
# GZDOOM wrapper
|
||||
- cp config/gzdoom/gzdoom.sh ${FLATPAK_DEST}/bin/gzdoom.sh
|
||||
- chmod +x ${FLATPAK_DEST}/bin/gzdoom.sh
|
||||
|
||||
# RUFFLE wrapper
|
||||
- cp config/ruffle/ruffle-rdwrapper.sh "${FLATPAK_DEST}/bin/ruffle-rdwrapper.sh"
|
||||
- chmod +x "${FLATPAK_DEST}/bin/ruffle-rdwrapper.sh"
|
||||
|
|
Loading…
Reference in a new issue