MAME: restoring cp -rn and moving it to the end of the manifest

This commit is contained in:
XargonWan 2024-07-22 23:47:33 +09:00
parent 797686ade9
commit af93447a6f

View file

@ -649,19 +649,6 @@ modules:
sha256: RETRODECKGZDOOMSHASPLACEHOLDER
# GZDoom - END
# MAME - Start
- name: retrodeck-mame
buildsystem: simple
build-commands:
- cp -r files/* ${FLATPAK_DEST}
sources:
- type: archive
url: RETRODECKMAMEURLPLACEHOLDER
sha256: RETRODECKMAMEPLACEHOLDER
# MAME - End
# Ryujinx Appimage - START
# https://ryujinx.org/download
@ -721,6 +708,19 @@ modules:
# XEMU - END
# MAME - Start
- name: retrodeck-mame
buildsystem: simple
build-commands:
- cp -rn files/* ${FLATPAK_DEST}
sources:
- type: archive
url: RETRODECKMAMEURLPLACEHOLDER
sha256: RETRODECKMAMEPLACEHOLDER
# MAME - End
# External manifests end
- name: retrodeck