mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
MANIFEST: fixed melonds build
This commit is contained in:
parent
ccd4a65a98
commit
cb8327db87
|
@ -517,9 +517,10 @@ modules:
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- rm -f "files/manifest.json"
|
- rm -f "files/manifest.json"
|
||||||
- mkdir -p "${FLATPAK_DEST}/retrodeck/tmplib"
|
- mkdir -p "${FLATPAK_DEST}/retrodeck/tmplib/"
|
||||||
- mv "files/lib/"* "${FLATPAK_DEST}/retrodeck/tmplib"
|
- cp -r "files/lib/"* "${FLATPAK_DEST}/retrodeck/tmplib/"
|
||||||
- cp -r files/* "${FLATPAK_DEST}"
|
- rm -rf "files/lib"
|
||||||
|
- cp -r files/* "${FLATPAK_DEST}/"
|
||||||
- chmod +x "${FLATPAK_DEST}/bin/"*
|
- chmod +x "${FLATPAK_DEST}/bin/"*
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
|
@ -729,7 +730,7 @@ modules:
|
||||||
|
|
||||||
# External manifests end
|
# External manifests end
|
||||||
|
|
||||||
- name: third-party-libs
|
- name: fetch-missing-libs
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue