mmapper/container.yaml
2021-04-02 00:48:59 +02:00

19 lines
455 B
YAML

compose:
modules:
- mmapper:stable
flatpak:
# Derived from the project's domain name
id: org.mume.MMapper
branch: stable
# Binary to execute to run the app
command: mmapper
tags: []
# Not sandboxed. See 'man flatpak-build-finish'
finish-args: |
--device=dri
--filesystem=host
--share=ipc
--share=network
--socket=x11
--socket=wayland
--socket=session-bus