MANIFEST: trying a new method

This commit is contained in:
XargonWan 2024-07-22 15:39:47 +09:00
parent 18d0ed4b41
commit 9ef211abca

View file

@ -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