Add some comments to nightly flatpak-builder manifest for clarity.
This commit is contained in:
parent
dc52e9ac5b
commit
8df85fa781
1 changed files with 7 additions and 3 deletions
|
|
@ -5,10 +5,13 @@
|
|||
"runtime-version": "master",
|
||||
"sdk": "org.gnome.Sdk",
|
||||
"command": "geary",
|
||||
"tags": ["nightly"],
|
||||
"desktop-file-name-prefix": "(Nightly) ",
|
||||
"rename-icon": "geary",
|
||||
"copy-icon": true,
|
||||
|
||||
/* Nightly build args, remove these when creating a new stable branch */
|
||||
"tags": ["nightly"],
|
||||
"desktop-file-name-prefix": "(Nightly) ",
|
||||
|
||||
"finish-args": [
|
||||
/* X11 + XShm access */
|
||||
"--share=ipc", "--socket=x11",
|
||||
|
|
@ -102,7 +105,8 @@
|
|||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://git.gnome.org/browse/geary"
|
||||
"url": "https://git.gnome.org/browse/geary",
|
||||
"branch": "master"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue