20 lines
539 B
YAML
20 lines
539 B
YAML
compose:
|
|
modules:
|
|
- quearcode:stable
|
|
flatpak:
|
|
# Derived from the project's domain name
|
|
id: org.esrum.quearcode
|
|
branch: stable
|
|
# Binary to execute to run the app
|
|
command: quearcode
|
|
#rename-icon: quearcode.png
|
|
rename-desktop-file: quearcode.desktop
|
|
rename-appdata-file: quearcode.appdata.xml
|
|
tags: []
|
|
# Not sandboxed. See 'man flatpak-build-finish'
|
|
finish-args: |
|
|
--filesystem=host
|
|
--share=ipc
|
|
--socket=x11
|
|
--socket=wayland
|
|
--socket=session-bus
|