{ "app-id" : "com.jotadevs.GnomeCats", "runtime" : "org.gnome.Platform", "runtime-version" : "3.30", "sdk" : "org.gnome.Sdk", "command" : "/app/share/gnome-cats/__main__.py", "finish-args" : [ "--share=network", "--socket=wayland", "--socket=fallback-x11", "--talk-name=org.gtk.vfs.*" ], "modules" : [ { "name" : "gnome-cats", "sources" : [ { "type" : "dir", "path" : "src", "skip" : [ "setup.py", "requirements.txt" ] } ], "buildsystem" : "simple", "build-commands" : [ "mkdir -p ${FLATPAK_DEST}/share/gnome-cats", "cp -r * ${FLATPAK_DEST}/share/gnome-cats" ] } ], "build-options" : { "env" : { } } }