Manifest fixes

This commit is contained in:
XargonWan 2024-07-25 23:01:37 +09:00
parent 58242c2f5f
commit b13b44161d

View file

@ -3,9 +3,9 @@ modules:
- name: module
buildsystem: simple
build-commands:
- touch "${FLATPAK_DEST}/bin/module"
- mkdir -p "${FLATPAK_DEST}/bin"
- echo 'echo hello_world' > "${FLATPAK_DEST}/bin/module"
- ls -lah /app/bin
- ls -lah "${FLATPAK_DEST}/bin"
- chmod +x "${FLATPAK_DEST}/bin/module"