diff --git a/CMakeLists.txt b/CMakeLists.txt index d28103cb45..9b822ca62c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -954,11 +954,11 @@ if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|Darwin") endif() if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux") # Install the application icon and menu item - install(FILES Installer/dolphin-emu.svg + install(FILES Data/dolphin-emu.svg DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps) - install(FILES Installer/dolphin-emu.png + install(FILES Data/dolphin-emu.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/48x48/apps) - install(FILES Installer/dolphin-emu.desktop + install(FILES Data/dolphin-emu.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications) # Install manpages install(FILES Data/dolphin-emu.6 diff --git a/Installer/dolphin-emu.desktop b/Data/dolphin-emu.desktop similarity index 100% rename from Installer/dolphin-emu.desktop rename to Data/dolphin-emu.desktop diff --git a/Installer/dolphin-emu.png b/Data/dolphin-emu.png similarity index 100% rename from Installer/dolphin-emu.png rename to Data/dolphin-emu.png diff --git a/Installer/dolphin-emu.svg b/Data/dolphin-emu.svg similarity index 100% rename from Installer/dolphin-emu.svg rename to Data/dolphin-emu.svg