mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
XENIA: fixing Xenia Canary url
This commit is contained in:
parent
31e647fbf6
commit
6d147d3557
|
@ -24,4 +24,4 @@ hash^RETRODECKMELONDSLATEST^https://github.com/RetroDECK/net.kuribo64.melonDS/re
|
|||
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^RETRODECKMAMELATEST^https://github.com/RetroDECK/MAME/releases/latest/download/RetroDECK-MAME-Artifact.tar.gz
|
||||
hash^XENIACANARYLATESTSHA^https://github.com/xenia-canary/xenia-canary/releases/latest/download/experimental/xenia_canary.zip
|
||||
hash^XENIACANARYLATESTSHA^https://github.com/xenia-canary/xenia-canary/releases/download/experimental/xenia_canary.zip
|
||||
|
|
|
@ -620,7 +620,7 @@ modules:
|
|||
- install -Dm755 xenia-canary "${FLATPAK_DEST}/bin/xenia-canary"
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/xenia-canary/xenia-canary/releases/latest/download/experimental/xenia_canary.zip
|
||||
url: https://github.com/xenia-canary/xenia-canary/releases/download/experimental/xenia_canary.zip
|
||||
sha256: XENIACANARYLATESTSHA
|
||||
- type: script
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue