project: add the renames required by flatpak
The names of files that are exported by a Flatpak must prefixed using the application ID.
This commit is contained in:
parent
baaf9e45aa
commit
fcc33b74ca
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
||||||
"runtime-version" : "master",
|
"runtime-version" : "master",
|
||||||
"sdk" : "org.gnome.Sdk",
|
"sdk" : "org.gnome.Sdk",
|
||||||
"command" : "gnome-control-center",
|
"command" : "gnome-control-center",
|
||||||
|
"rename-desktop-file": "gnome-control-center.desktop",
|
||||||
|
"rename-icon": "gnome-control-center",
|
||||||
"tags" : [
|
"tags" : [
|
||||||
"devel"
|
"devel"
|
||||||
],
|
],
|
||||||
|
@ -443,4 +445,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue