flatpak: Build with development profile

This commit is contained in:
Alexander Mikhaylenko 2018-08-24 04:17:53 +05:00
parent 63943648cd
commit 3bb750fa9f

View file

@ -1,5 +1,5 @@
{ {
"app-id" : "org.gnome.Fractal", "app-id" : "org.gnome.FractalDevel",
"runtime" : "org.gnome.Platform", "runtime" : "org.gnome.Platform",
"runtime-version" : "master", "runtime-version" : "master",
"sdk" : "org.gnome.Sdk", "sdk" : "org.gnome.Sdk",
@ -8,9 +8,11 @@
], ],
"command" : "fractal", "command" : "fractal",
"tags" : [ "tags" : [
"devel",
"development",
"nightly" "nightly"
], ],
"desktop-file-name-prefix" : "(Nightly) ", "desktop-file-name-suffix" : " (Development)",
"finish-args" : [ "finish-args" : [
"--filesystem=xdg-run/dconf", "--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro", "--filesystem=~/.config/dconf:ro",
@ -78,6 +80,9 @@
{ {
"name" : "fractal", "name" : "fractal",
"buildsystem" : "meson", "buildsystem" : "meson",
"config-opts" : [
"-Dprofile=development"
],
"sources" : [ "sources" : [
{ {
"type" : "git", "type" : "git",