mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
MANIFEST: trying a new method
This commit is contained in:
parent
18d0ed4b41
commit
9ef211abca
|
@ -332,7 +332,10 @@ modules:
|
||||||
- name: retrodeck-es-de
|
- name: retrodeck-es-de
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- cp -r files/** "${FLATPAK_DEST}"
|
- mv "files/lib/"* "${FLATPAK_DEST}/usr/local/lib"
|
||||||
|
- ls -lah files/* # TODO: DEBUG, removeme
|
||||||
|
- ls -lah "${FLATPAK_DEST}/usr/local/lib" # TODO: DEBUG, removeme
|
||||||
|
- cp -r files/* "${FLATPAK_DEST}"
|
||||||
- chmod +x "${FLATPAK_DEST}/bin/"*
|
- chmod +x "${FLATPAK_DEST}/bin/"*
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
|
|
Loading…
Reference in a new issue