diff --git a/manifest-modules.yml b/manifest-modules.yml index 461f2a7..201ed9a 100644 --- a/manifest-modules.yml +++ b/manifest-modules.yml @@ -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"