mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 04:25:39 +00:00
Merge pull request #397 from icenine451/cooker-0.7.0b-icenine451
Accomodate for flatpak archive flattening
This commit is contained in:
commit
23720b81ba
|
@ -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