Manifest fixes

This commit is contained in:
XargonWan 2024-07-25 23:00:31 +09:00
parent 9d5de54645
commit 58242c2f5f

View file

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