app-id: io.github.axeia.qBittorrentCompanion runtime: org.freedesktop.Platform runtime-version: '24.08' # 23.08 failed sdk: org.freedesktop.Sdk command: qBittorrentCompanion.Desktop finish-args: - --socket=wayland - --socket=fallback-x11 - --share=network - --device=dri - --share=ipc - --talk-name=org.freedesktop.Notifications # Allow association with URIs - --own-name=io.github.axeia.qBittorrentCompanion modules: - name: qbittorrent-companion buildsystem: simple build-commands: - install -d /app/bin - cp -r * /app/bin/ - install -Dm644 io.github.axeia.qBittorrentCompanion.desktop /app/share/applications/io.github.axeia.qBittorrentCompanion.desktop - install -Dm644 io.github.axeia.qBittorrentCompanion.metainfo.xml /app/share/metainfo/io.github.axeia.qBittorrentCompanion.metainfo.xml - install -Dm644 qBittorrentCompanion/Assets/qbc-logo.svg /app/share/icons/hicolor/scalable/apps/io.github.axeia.qBittorrentCompanion.svg # Everything including and after sources will be overwritten by build script. # Place all other information BEFORE sources! sources: - type: dir path: .