diff options
author | 2023-10-08 20:29:44 +0600 | |
---|---|---|
committer | 2023-10-08 20:29:44 +0600 | |
commit | aed2bee1401c250140035d4f9cdf50b8ef3c4697 (patch) | |
tree | 3fe78b126fc6ea06f3b13e56bfc467c50e74731c /data/meson.build | |
parent | 0a994adf3c6feab7d50b4bea01659436e4c695b4 (diff) | |
download | jadupc-remote-support-console-aed2bee1401c250140035d4f9cdf50b8ef3c4697.tar.gz jadupc-remote-support-console-aed2bee1401c250140035d4f9cdf50b8ef3c4697.zip |
Update metadata
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'data/meson.build')
-rw-r--r-- | data/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/meson.build b/data/meson.build index 65ddc4b..7b1e2ec 100644 --- a/data/meson.build +++ b/data/meson.build @@ -41,7 +41,7 @@ appstream_file = i18n.merge_file( output: '@BASENAME@', po_dir: '../po', install: true, - install_dir: join_paths(get_option('datadir'), 'appdata') + install_dir: join_paths(get_option('datadir'), 'metainfo') ) appstream_util = find_program('appstream-util', required: false) |