Merge branch 'mjog/rename-devel-appname' into 'mainline'
Rename devel profile for consistency with other apps See merge request GNOME/geary!317
This commit is contained in:
commit
509cfa86b4
3 changed files with 4 additions and 4 deletions
|
|
@ -14,10 +14,10 @@ reference_tracking = get_option('ref_tracking')
|
|||
|
||||
# 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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue