mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Accomodate for flatpak archive flattening
This commit is contained in:
parent
bc273e36aa
commit
ff67e01f74
|
@ -467,7 +467,7 @@ modules:
|
|||
buildsystem: simple
|
||||
build-commands:
|
||||
- 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:
|
||||
- type: archive
|
||||
url: https://github.com/hrydgard/ppsspp/archive/refs/heads/master.zip
|
||||
|
@ -483,6 +483,7 @@ modules:
|
|||
- type: archive
|
||||
url: http://bluemsx.msxblue.com/rel_download/blueMSXv282full.zip
|
||||
sha256: MSXBIOSHASHPLACEHOLDER
|
||||
strip-components: 0
|
||||
|
||||
- name: doom-shareware
|
||||
buildsystem: simple
|
||||
|
|
Loading…
Reference in a new issue