berusky/container.yaml
Yaakov Selkowitz bb0bf67168 F44
2026-03-24 20:33:27 -04:00

22 lines
599 B
YAML

flatpak:
# Derived from the project's domain name
id: org.anakreon.Berusky
branch: stable
runtime-name: flatpak-runtime
runtime-version: f44
packages:
- berusky
- gtk2-flatpak-config
# Binary to execute to run the app
command: berusky
rename-appdata-file: berusky.appdata.xml
rename-desktop-file: berusky.desktop
rename-icon: berusky
tags: []
# Not sandboxed. See 'man flatpak-build-finish'
finish-args: |
--filesystem=host
--share=ipc
--socket=x11
--socket=wayland
--socket=session-bus