Don't grab the AppData XML from binary dir
Only supposed to grab from there when generating the file from CMake variables.1008-fix
parent
0dbf82ca4e
commit
634d087d5e
|
@ -72,7 +72,7 @@ if(PLATFORM_GNU)
|
||||||
|
|
||||||
# Install appdata
|
# Install appdata
|
||||||
install(
|
install(
|
||||||
FILES ${CMAKE_CURRENT_BINARY_DIR}/info.colobot.Colobot.appdata.xml
|
FILES info.colobot.Colobot.appdata.xml
|
||||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo/
|
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo/
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue