feat: get sys data path as relative from the executable (for supporting appimage)

This commit is contained in:
Gabriele Musco 2023-07-07 06:30:07 +02:00
commit f139857d92
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE
10 changed files with 56 additions and 29 deletions

View file

@ -31,7 +31,7 @@ appdata_file = i18n.merge_file(
output: '@BASENAME@',
configuration: global_conf
),
output: '@0@.metainfo.xml'.format(application_id),
output: '@0@.appdata.xml'.format(application_id),
po_dir: podir,
install: true,
install_dir: datadir / 'metainfo'