[gnome-todo] build: Set application_id at the config file



commit f029efdb2efd10ce75e6bb1d587e98ebdc08429c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Feb 1 12:41:03 2019 -0200

    build: Set application_id at the config file
    
    A fallout from the development build move.

 data/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/meson.build b/data/meson.build
index 3ba44e6..5c9a23d 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,5 +1,6 @@
 desktop_conf = configuration_data()
 desktop_conf.set('icon', application_id)
+desktop_conf.set('application_id', application_id)
 desktop = i18n.merge_file(
   type: 'desktop',
   input: configure_file(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]