From 2a8e1c75863bc84c55eadcff1f3adb42d409d180 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Sun, 20 Feb 2022 19:19:45 +0100 Subject: - Distinctive development mode --- meson.build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 3d0b4df..c9b3580 100644 --- a/meson.build +++ b/meson.build @@ -16,6 +16,12 @@ dependency('libadwaita-1', version: '>=1.0.0') name = 'Furtherance' app_id = 'com.lakoliu.Furtherance' +profile = get_option('profile') + +# Change app id during development +if profile == 'development' + app_id = '@0@.Devel'.format(app_id) +endif i18n = import('i18n') -- cgit 1.4.1