16 lines
437 B
YAML
16 lines
437 B
YAML
flatpak:
|
|
id: org.mypaint.MyPaint
|
|
branch: stable
|
|
command: mypaint
|
|
rename-appdata-file: mypaint.appdata.xml
|
|
rename-desktop-file: mypaint.desktop
|
|
finish-args: |-
|
|
--filesystem=home
|
|
--share=ipc
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--metadata=X-DConf=migrate-path=/org/mypaint/MyPaint/
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- mypaint
|