mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-11 18:50:10 +00:00
feat: get sys data path as relative from the executable (for supporting appimage)
This commit is contained in:
parent
6614c2bf26
commit
f139857d92
10 changed files with 56 additions and 29 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue