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-version" : "master",
|
||||
"sdk" : "org.gnome.Sdk",
|
||||
|
@ -8,9 +8,11 @@
|
|||
],
|
||||
"command" : "fractal",
|
||||
"tags" : [
|
||||
"devel",
|
||||
"development",
|
||||
"nightly"
|
||||
],
|
||||
"desktop-file-name-prefix" : "(Nightly) ",
|
||||
"desktop-file-name-suffix" : " (Development)",
|
||||
"finish-args" : [
|
||||
"--filesystem=xdg-run/dconf",
|
||||
"--filesystem=~/.config/dconf:ro",
|
||||
|
@ -78,6 +80,9 @@
|
|||
{
|
||||
"name" : "fractal",
|
||||
"buildsystem" : "meson",
|
||||
"config-opts" : [
|
||||
"-Dprofile=development"
|
||||
],
|
||||
"sources" : [
|
||||
{
|
||||
"type" : "git",
|
||||
|
|
Loading…
Reference in a new issue