mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +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
|
||||
buildsystem: simple
|
||||
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/"*
|
||||
sources:
|
||||
- type: archive
|
||||
|
|
Loading…
Reference in a new issue