diff --git a/CMakeLists.txt b/CMakeLists.txt index 17b0ddc..85a93ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ endif() set(CPACK_PACKAGE_EXECUTABLES "kima2" "KIMA2") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Ein kleines Kassenprogramm für Kindersachenmärkte") -set(CPACK_PACKAGE_ICON "${CMAKE_SOURCE_DIR}/misc\\\\kima2.ico") +set(CPACK_PACKAGE_ICON "${CMAKE_SOURCE_DIR}/misc\\\\kima2.bmp") set(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR}) set(CPACK_PACKAGE_VERSION_MINOR ${PROJECT_VERSION_MINOR}) set(CPACK_PACKAGE_VERSION_PATCH ${PROJECT_VERSION_PATCH}) diff --git a/misc/kima2.bmp b/misc/kima2.bmp new file mode 100644 index 0000000..050ffa2 Binary files /dev/null and b/misc/kima2.bmp differ