summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Install.cmake
diff options
context:
space:
mode:
authorvanntile <valentin.ionita1201@gmail.com>2019-01-24 06:24:03 +0000
committervanntile <valentin.ionita1201@gmail.com>2019-01-24 06:24:03 +0000
commitdeeb288fc38e09fba325741afb2c66f693438f9b (patch)
tree8bfd904d16ae1b598afaf82ee9bd9ffe83afbe9f /CMakeScripts/Install.cmake
parentOnly connect color profile event when building against LCMS. (diff)
downloadinkscape-deeb288fc38e09fba325741afb2c66f693438f9b.tar.gz
inkscape-deeb288fc38e09fba325741afb2c66f693438f9b.zip
Rename Linux metadata Issue fix
Diffstat (limited to 'CMakeScripts/Install.cmake')
-rw-r--r--CMakeScripts/Install.cmake6
1 files changed, 3 insertions, 3 deletions
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.