mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 06:45:38 +00:00
On branch cooker
Changes to be committed: modified: automation_tools/automation_task_list.cfg modified: net.retrodeck.retrodeck.yml
This commit is contained in:
parent
732909e5bc
commit
472f0c03fe
|
@ -22,4 +22,5 @@ hash^RETRODECKPRIMEHACKLATEST^https://github.com/RetroDECK/io.github.shiiion.pri
|
||||||
hash^RETRODECKMELONDSLATEST^https://github.com/RetroDECK/net.kuribo64.melonDS/releases/latest/download/RetroDECK-melonds-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^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-gzdoom-Artifact.tar.gz
|
||||||
hash^RETRODECKMAMELATEST^https://github.com/RetroDECK/MAME/releases/latest/download/RetroDECK-MAME-Artifact.tar.gz
|
hash^RETRODECKMAMELATEST^https://github.com/RetroDECK/MAME/releases/latest/download/RetroDECK-MAME-Artifact.tar.gz
|
||||||
|
ash^RETRODECKCONFIGURATORLATEST^https://github.com/monkeyx-net/RetroDECK_UK/releases/latest/download/RetroDECK-Configurator.x86_64.tar.gz
|
|
@ -158,13 +158,14 @@ modules:
|
||||||
# GoDot Configurator
|
# GoDot Configurator
|
||||||
- name: godot-configurator
|
- name: godot-configurator
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
- type: archive
|
|
||||||
url: https://github.com/monkeyx-net/RetroDECK_UK/releases/download/RetroDECK-Configurator-v0.51/RetroDECK-Configurator.x86_64.tar.gz
|
|
||||||
sha256: c20c8de0e2482e1221b0dcb42898a9349a735ebd47c9a5754cc379c2a8f3ac47
|
|
||||||
strip-components: 2
|
|
||||||
|
|
||||||
build-commands:
|
build-commands:
|
||||||
- install -Dm644 RetroDECK-Configurator.x86_64 /app/bin/RetroDECK-Configurator.x86_64
|
- cp RetroDECK-Configurator.x86_64 ${FLATPAK_DEST}/bin/
|
||||||
|
- chmod +x ${FLATPAK_DEST}/bin/RetroDECK-Configurator.x86_64
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: https://github.com/monkeyx-net/RetroDECK_UK/releases/latest/download/RetroDECK-Configurator.x86_64.tar.gz
|
||||||
|
sha256: RETRODECKCONFIGURATORLATEST
|
||||||
|
strip-components: 2
|
||||||
|
|
||||||
# RetroArch
|
# RetroArch
|
||||||
# https://retroarch.com/index.php?page=platforms
|
# https://retroarch.com/index.php?page=platforms
|
||||||
|
|
Loading…
Reference in a new issue