Don't grab the AppData XML from binary dir

Only supposed to grab from there when generating the file from CMake variables.
1008-fix
Alexander "Ananace" Olofsson 2018-10-29 18:32:34 +01:00 committed by GitHub
parent 0dbf82ca4e
commit 634d087d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ if(PLATFORM_GNU)
# Install appdata
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/info.colobot.Colobot.appdata.xml
FILES info.colobot.Colobot.appdata.xml
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo/
)