From feae5ff3d8061a8ce95584057b449b3905e69670 Mon Sep 17 00:00:00 2001 From: Jeremy Newton Date: Wed, 9 Mar 2016 10:54:17 -0500 Subject: [PATCH] Move linux files to Data --- CMakeLists.txt | 6 +++--- {Installer => Data}/dolphin-emu.desktop | 0 {Installer => Data}/dolphin-emu.png | Bin {Installer => Data}/dolphin-emu.svg | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename {Installer => Data}/dolphin-emu.desktop (100%) rename {Installer => Data}/dolphin-emu.png (100%) rename {Installer => Data}/dolphin-emu.svg (100%) 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