mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Accomodate for flatpak archive flattening
This commit is contained in:
parent
bc273e36aa
commit
ff67e01f74
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue