19 lines
455 B
YAML
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
|