diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-27 00:33:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-27 00:33:51 +0100 |
commit | 4cd2b475cbb81d704b9d54adb3da0cafe0568877 (patch) | |
tree | 2228c826f15836f2774cf8d8918e192e2efab309 | |
parent | Merge pull request #145 from jroweboy/oops (diff) | |
parent | Install Linux icon in hicolor instead of pixmaps (diff) | |
download | yuzu-4cd2b475cbb81d704b9d54adb3da0cafe0568877.tar yuzu-4cd2b475cbb81d704b9d54adb3da0cafe0568877.tar.gz yuzu-4cd2b475cbb81d704b9d54adb3da0cafe0568877.tar.bz2 yuzu-4cd2b475cbb81d704b9d54adb3da0cafe0568877.tar.lz yuzu-4cd2b475cbb81d704b9d54adb3da0cafe0568877.tar.xz yuzu-4cd2b475cbb81d704b9d54adb3da0cafe0568877.tar.zst yuzu-4cd2b475cbb81d704b9d54adb3da0cafe0568877.zip |
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2072097c4..1fcf0874f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -423,7 +423,7 @@ if(ENABLE_QT AND UNIX AND NOT APPLE) install(FILES "${CMAKE_SOURCE_DIR}/dist/yuzu.desktop" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications") install(FILES "${CMAKE_SOURCE_DIR}/dist/yuzu.svg" - DESTINATION "${CMAKE_INSTALL_PREFIX}/share/pixmaps") + DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps") install(FILES "${CMAKE_SOURCE_DIR}/dist/yuzu.xml" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mime/packages") endif() |