19 lines
522 B
YAML
19 lines
522 B
YAML
flatpak:
|
|
id: fr.ipcms.atomes
|
|
branch: stable
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- atomes
|
|
command: atomes
|
|
rename-desktop-file: atomes.desktop
|
|
rename-icon: atomes
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=home
|
|
--filesystem=xdg-run/gvfsd
|
|
--share=ipc
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
cleanup-commands: |
|
|
install -D -m0644 -t /app/share/icons/hicolor/scalable/apps/ /app/share/pixmaps/atomes.svg
|