diff options
| author | vanntile <valentin.ionita1201@gmail.com> | 2019-01-24 06:24:03 +0000 |
|---|---|---|
| committer | vanntile <valentin.ionita1201@gmail.com> | 2019-01-24 06:24:03 +0000 |
| commit | deeb288fc38e09fba325741afb2c66f693438f9b (patch) | |
| tree | 8bfd904d16ae1b598afaf82ee9bd9ffe83afbe9f /CMakeScripts/Install.cmake | |
| parent | Only connect color profile event when building against LCMS. (diff) | |
| download | inkscape-deeb288fc38e09fba325741afb2c66f693438f9b.tar.gz inkscape-deeb288fc38e09fba325741afb2c66f693438f9b.zip | |
Rename Linux metadata Issue fix
Diffstat (limited to 'CMakeScripts/Install.cmake')
| -rw-r--r-- | CMakeScripts/Install.cmake | 6 |
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. |
