[gnome-weather/wip/christopherdavis/unify-app-id: 7/7] flatpak: use desktop-file-name-prefix
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather/wip/christopherdavis/unify-app-id: 7/7] flatpak: use desktop-file-name-prefix
- Date: Thu, 31 Jan 2019 06:19:24 +0000 (UTC)
commit a0b4717f11c84743533a5b83a328092dec50681c
Author: Christopher Davis <brainblasted disroot org>
Date: Sun Jan 27 10:27:29 2019 -0500
flatpak: use desktop-file-name-prefix
Previously we manually changed the name of the desktop file due to the weird mix of `org.gnome.Weather`
and `org.gnome.Weather.Application`. Since that's gone we can have flatpak-builder do that automatically on
cleanup.
org.gnome.Weather-unstable.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/org.gnome.Weather-unstable.json b/org.gnome.Weather-unstable.json
index c13d4c1..012b2ed 100644
--- a/org.gnome.Weather-unstable.json
+++ b/org.gnome.Weather-unstable.json
@@ -36,7 +36,7 @@
"*.la",
"*.a"
],
- "cleanup-commands": [ "desktop-file-edit \"--set-name=(Development) Weather\"
/app/share/applications/org.gnome.Weather.Application.desktop" ],
+ "desktop-file-name-prefix": [ "(Development) " ],
"modules": [
{
"name" : "geocode-glib",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]