Skip to content

Commit

Permalink
meson: Build with Endless Key flavor by setting as org.endlessos.Key
Browse files Browse the repository at this point in the history
Fixes: #7
  • Loading branch information
starnight committed Aug 31, 2023
1 parent 26a70f2 commit 0621d2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ kolibri_home_template_dir = get_option('kolibri_home_template_dir')
build_profile = get_option('profile')

if build_profile == 'default'
base_application_id = 'org.learningequality.Kolibri'
base_object_path = '/org/learningequality/Kolibri'
profile_env_prefix = 'KOLIBRI_'
base_application_id = 'org.endlessos.Key'
base_object_path = '/org/endlessos/Key'
profile_env_prefix = 'ENDLESS_KEY_'
elif build_profile == 'development'
base_application_id = 'org.learningequality.Kolibri.Devel'
base_object_path = '/org/learningequality/Kolibri/Devel'
profile_env_prefix = 'KOLIBRI_DEVEL_'
base_application_id = 'org.endlessos.Key.Devel'
base_object_path = '/org/endlessos/Key/Devel'
profile_env_prefix = 'ENDLESS_KEY_DEVEL_'
endif

frontend_application_id = base_application_id
Expand Down

0 comments on commit 0621d2b

Please sign in to comment.