Accomodate for flatpak archive flattening

This commit is contained in:
icenine451 2023-05-17 13:39:49 -04:00
parent bc273e36aa
commit ff67e01f74

View file

@ -467,7 +467,7 @@ modules:
buildsystem: simple buildsystem: simple
build-commands: build-commands:
- mkdir -p ${FLATPAK_DEST}/retrodeck/extras/PPSSPP - mkdir -p ${FLATPAK_DEST}/retrodeck/extras/PPSSPP
- mv -f "ppsspp-master/assets/"* "${FLATPAK_DEST}/retrodeck/extras/PPSSPP/" - mv -f assets/* ${FLATPAK_DEST}/retrodeck/extras/PPSSPP/
sources: sources:
- type: archive - type: archive
url: https://github.com/hrydgard/ppsspp/archive/refs/heads/master.zip url: https://github.com/hrydgard/ppsspp/archive/refs/heads/master.zip
@ -483,6 +483,7 @@ modules:
- type: archive - type: archive
url: http://bluemsx.msxblue.com/rel_download/blueMSXv282full.zip url: http://bluemsx.msxblue.com/rel_download/blueMSXv282full.zip
sha256: MSXBIOSHASHPLACEHOLDER sha256: MSXBIOSHASHPLACEHOLDER
strip-components: 0
- name: doom-shareware - name: doom-shareware
buildsystem: simple buildsystem: simple