flatpak: Build with development profile
This commit is contained in:
parent
63943648cd
commit
3bb750fa9f
1 changed files with 7 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue