You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
463 B
YAML
27 lines
463 B
YAML
app-id: al.getcryst.jadegui
|
|
runtime: org.gnome.Platform
|
|
runtime-version: '43'
|
|
sdk: org.gnome.Sdk
|
|
command: jade-gui
|
|
finish-args:
|
|
- "--share=network"
|
|
- "--share=ipc"
|
|
- "--socket=fallback-x11"
|
|
- "--device=dri"
|
|
- "--socket=wayland"
|
|
- "--talk-name=org.freedesktop.Flatpak"
|
|
- "--filesystem=home:rw"
|
|
cleanup:
|
|
- "/include"
|
|
- "/lib/pkgconfig"
|
|
- "/man"
|
|
- "/share/doc"
|
|
- "/share/gtk-doc"
|
|
- "/share/pkgconfig"
|
|
- "*.la"
|
|
- "*.a"
|
|
modules:
|
|
- modules.json
|
|
- python3-modules.json
|
|
|