# Flatpak manifest sketch — fill app-id, finish-args, and icon before publishing. app-id: org.imwald.Imwald runtime: org.kde.Platform runtime-version: '6.7' sdk: org.kde.Sdk command: imwald finish-args: - --share=network - --share=ipc - --socket=fallback-x11 - --socket=wayland - --device=dri modules: - name: imwald buildsystem: simple build-commands: - pip3 install --prefix=/app --no-build-isolation . sources: - type: dir path: ..