Manifest fixes + debug

This commit is contained in:
XargonWan 2024-07-25 22:59:09 +09:00
parent 7558036420
commit 9d5de54645

View file

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