From e01393e964536e6e496bc43c1710c25d5e99480a Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Tue, 12 Mar 2024 20:43:24 -0700 Subject: [PATCH] Fix icon in ubuntu --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c111842..2753f4c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -345,7 +345,7 @@ else() @ONLY) install(TARGETS snorain-imager DESTINATION bin) - install(FILES icons/snorain-imager.png DESTINATION share/icons/hicolor/128x128/apps) + install(FILES icons/snorain-logo.png DESTINATION share/icons/hicolor/128x128/apps) install(FILES linux/snorain-imager.desktop DESTINATION share/applications) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/snorain-imager.metainfo.xml" DESTINATION share/metainfo) endif()