From deeb288fc38e09fba325741afb2c66f693438f9b Mon Sep 17 00:00:00 2001 From: vanntile Date: Thu, 24 Jan 2019 08:24:03 +0200 Subject: Rename Linux metadata Issue fix --- CMakeScripts/Install.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeScripts/Install.cmake') diff --git a/CMakeScripts/Install.cmake b/CMakeScripts/Install.cmake index 59f76f2eb..dff0345f4 100644 --- a/CMakeScripts/Install.cmake +++ b/CMakeScripts/Install.cmake @@ -1,9 +1,9 @@ if(UNIX) #The install directive for the binaries and libraries are found in src/CMakeList.txt install(FILES - ${CMAKE_BINARY_DIR}/inkscape.desktop + ${CMAKE_BINARY_DIR}/org.inkscape.Inkscape.desktop DESTINATION ${SHARE_INSTALL}/applications) - install(FILES ${CMAKE_BINARY_DIR}/inkscape.appdata.xml + install(FILES ${CMAKE_BINARY_DIR}/org.inkscape.Inkscape.appdata.xml DESTINATION ${SHARE_INSTALL}/metainfo) endif() @@ -21,7 +21,7 @@ if(WIN32) install(DIRECTORY doc DESTINATION .) - + # devlibs and mingw dlls # There are differences in the devlibs for 64-Bit and 32-Bit build environments. -- cgit v1.2.3