rename appdata file to .in instead of .conf because it is convention

This commit is contained in:
Martin Marmsoler 2022-06-07 17:27:14 +02:00
parent c9511bbcdf
commit 5f39eb534f
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ set(ACKNOWLEDGMENTS_HTML ${DOC_BINARY_DIR}/acknowledgments.html)
set(PRIVACY_HTML ${DOC_BINARY_DIR}/privacy.html)
set(PLUGIN_HTML ${DOC_BINARY_DIR}/plugin.html)
set(APPDATA_CONF
${CMAKE_SOURCE_DIR}/rsrc/linux/com.github.Murmele.Gittyup.appdata.xml.conf)
${CMAKE_SOURCE_DIR}/rsrc/linux/com.github.Murmele.Gittyup.appdata.xml.in)
set(APPDATA
${CMAKE_BINARY_DIR}/rsrc/linux/com.github.Murmele.Gittyup.appdata.xml)
add_custom_command(