[geary/mjog/rename-devel-appname] Rename devel profile for consistency with other apps



commit 81a3c383632e08674e4652f971b8e38d47cdf519
Author: Michael Gratton <mike vee net>
Date:   Sat Sep 28 00:34:39 2019 +1000

    Rename devel profile for consistency with other apps
    
    Adds a period between Geary and Devel.

 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 98d4527f..0af3885c 100644
--- a/meson.build
+++ b/meson.build
@@ -19,10 +19,10 @@ revno = run_command('build-aux/git_version.py').stdout().strip()
 
 # Build type
 if get_option('profile') == 'development'
-  profile = 'Devel'
+  profile = '.Devel'
   name_suffix = ' (Development)'
 elif get_option('profile') == 'beta'
-  profile = 'Beta'
+  profile = '.Beta'
   name_suffix = ' (Beta)'
 else
   profile = ''


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