mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
MAME: restoring the old one as the build is still running as now
This commit is contained in:
parent
f0ad4e7b7f
commit
ab431ae8fb
|
@ -611,16 +611,6 @@ modules:
|
|||
|
||||
# MAME
|
||||
|
||||
- name: retrodeck-mame
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- rm -f files/manifest.json
|
||||
- cp -rn files/* ${FLATPAK_DEST}
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/RetroDECK/org.mamedev.MAME/releases/latest/download/RetroDECK-MAME-Artifact.tar.gz
|
||||
sha256: RETRODECKMAMELATEST
|
||||
|
||||
# - name: retrodeck-mame
|
||||
# buildsystem: simple
|
||||
# build-commands:
|
||||
|
@ -628,9 +618,19 @@ modules:
|
|||
# - cp -rn files/* ${FLATPAK_DEST}
|
||||
# sources:
|
||||
# - type: archive
|
||||
# url: https://github.com/RetroDECK/MAME/releases/latest/download/RetroDECK-MAME-Artifact.tar.gz
|
||||
# url: https://github.com/RetroDECK/org.mamedev.MAME/releases/latest/download/RetroDECK-MAME-Artifact.tar.gz
|
||||
# sha256: RETRODECKMAMELATEST
|
||||
|
||||
- name: retrodeck-mame
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- rm -f files/manifest.json
|
||||
- cp -rn files/* ${FLATPAK_DEST}
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/RetroDECK/MAME/releases/latest/download/RetroDECK-MAME-Artifact.tar.gz
|
||||
sha256: RETRODECKMAMELATEST
|
||||
|
||||
# PortMaster
|
||||
|
||||
- name: PortMaster
|
||||
|
|
Loading…
Reference in a new issue