Skip to content

Commit

Permalink
Include the API version in the appdata filename
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarmo authored and EmmanuelP committed Sep 3, 2024
1 parent 03b7ed8 commit ea38399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appdata_conf = configuration_data()
appdata_conf.set ('ARAVIS_API_VERSION', aravis_api_version)

configure_file (input: files('org.aravis.viewer.appdata.xml.in'),
output: 'org.aravis.viewer.metainfo.xml'.format (aravis_api_version),
output: 'org.aravis.viewer-@0@.metainfo.xml'.format (aravis_api_version),
configuration: appdata_conf,
install_dir: aravis_app_data_dir)

Expand Down

0 comments on commit ea38399

Please sign in to comment.