Skip to content

Makefile: fix metainfo file privileges in the install target

The metainfo file permission is currently 0755 while it should be 0644.
The metainfo Appstream file does not need any execution privilege since this is not a script nor an executable.

Edited by Henry-Nicolas Tourneur

Merge request reports