diff options
author | Guido Günther <agx@sigxcpu.org> | 2018-08-02 11:03:41 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2018-08-02 12:15:43 +0200 |
commit | 8fb8303ba0d70355a1af515a8f3100cbf2e496e1 (patch) | |
tree | cb05f8fa155712ad4cdf7b1e89a2b3709663868b /build-aux | |
parent | 06e4c3c9913884331be01de848837c13f015de33 (diff) | |
download | gtk+-8fb8303ba0d70355a1af515a8f3100cbf2e496e1.tar.gz |
demos: Make desktop file names match the application id
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/flatpak/org.gtk.Demo.json | 1 | ||||
-rw-r--r-- | build-aux/flatpak/org.gtk.WidgetFactory.json | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/build-aux/flatpak/org.gtk.Demo.json b/build-aux/flatpak/org.gtk.Demo.json index a0c5085591..ca655a7bd6 100644 --- a/build-aux/flatpak/org.gtk.Demo.json +++ b/build-aux/flatpak/org.gtk.Demo.json @@ -5,7 +5,6 @@ "sdk": "org.gnome.Sdk", "command": "gtk4-demo", "tags": ["devel", "development", "nightly"], - "rename-desktop-file": "gtk4-demo.desktop", "rename-icon": "gtk4-demo", "desktop-file-name-prefix": "(Development) ", "finish-args": [ diff --git a/build-aux/flatpak/org.gtk.WidgetFactory.json b/build-aux/flatpak/org.gtk.WidgetFactory.json index c28acf426e..ea6aaa9938 100644 --- a/build-aux/flatpak/org.gtk.WidgetFactory.json +++ b/build-aux/flatpak/org.gtk.WidgetFactory.json @@ -5,7 +5,6 @@ "sdk": "org.gnome.Sdk", "command": "gtk4-widget-factory", "tags": ["devel", "development", "nightly"], - "rename-desktop-file": "gtk4-widget-factory.desktop", "rename-icon": "gtk4-widget-factory", "desktop-file-name-prefix": "(Development) ", "finish-args": [ |