update screenshots and add screenshot mode

This commit is contained in:
2024-06-01 01:12:10 +02:00
parent 78088fd86a
commit 2f286697d6
7 changed files with 77 additions and 11 deletions

View File

@@ -42,6 +42,10 @@ if get_option('profile') == 'development'
version_suffix = '-@0@'.format(vcs_tag)
endif
application_id = '@0@.@1@'.format(base_id, profile)
elif get_option('profile') == 'screenshot'
profile = 'Screenshot'
version_suffix = ''
application_id = base_id
else
profile = ''
version_suffix = ''