app-id: org.tiwut.TitanDownloader runtime: org.freedesktop.Platform runtime-version: '23.08' sdk: org.freedesktop.Sdk command: titan-downloader finish-args: - --share=network - --socket=fallback-x11 - --socket=wayland - --device=dri - --filesystem=home build-options: build-args: - --share=network modules: - name: python-deps buildsystem: simple build-commands: - pip3 install --no-cache-dir --prefix=/app requests beautifulsoup4 customtkinter - name: titan-downloader buildsystem: simple build-commands: - install -D -m 755 main.py /app/bin/titan-downloader sources: - type: file path: main.py