diff --git a/CMakeLists.txt b/CMakeLists.txt index bab2621..53cc3cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ endif () # Windows stuff if (MINGW) - file (COPY resources/win32/blupi.ico DESTINATION "${CMAKE_BINARY_DIR}") + file (COPY resources/icon/blupi.ico DESTINATION "${CMAKE_BINARY_DIR}") configure_file ( "${CMAKE_CURRENT_SOURCE_DIR}/resources/win32/planetblupi.rc.in" "${CMAKE_BINARY_DIR}/planetblupi.rc" diff --git a/resources/win32/blupi.ico b/resources/win32/blupi.ico deleted file mode 100644 index b03c465..0000000 Binary files a/resources/win32/blupi.ico and /dev/null differ