summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Install.cmake
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-01-24 13:26:22 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-01-24 13:26:22 +0000
commita9fe5836c3005a9c282d7f39386c2d7d63a75ded (patch)
tree8680b8b1ab355f00b4df70dad1cdd4f38a2f65ee /CMakeScripts/Install.cmake
parentfix CI (diff)
parentRename Linux metadata Issue fix (diff)
downloadinkscape-a9fe5836c3005a9c282d7f39386c2d7d63a75ded.tar.gz
inkscape-a9fe5836c3005a9c282d7f39386c2d7d63a75ded.zip
Merge branch 'vanntile/inkscape-master'
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.