Skip to content
Snippets Groups Projects
Unverified Commit 4a898ef2 authored by Newbyte's avatar Newbyte :snowflake: Committed by Martijn Braam
Browse files

.appdata.xml -> .metainfo.xml (MR 14)

.appdata.xml is the old extension. .metainfo.xml is the new
recommended one. It was already being installed into the metainfo
directory, so let's change the extension too.
parent 88382415
No related branches found
No related tags found
1 merge request!14.appdata.xml -> .metainfo.xml
......@@ -2,7 +2,7 @@ install_data('org.postmarketos.Tweaks.desktop',
install_dir: join_paths(get_option('datadir'), 'applications'),
)
install_data(['org.postmarketos.Tweaks.appdata.xml'],
install_data(['org.postmarketos.Tweaks.metainfo.xml'],
install_dir : get_option('datadir') / 'metainfo')
install_data('org.postmarketos.Tweaks.svg',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment