Skip to content

Commit 2ebaebc

Browse files
committed
Use new logo for deployment and docs
1 parent 0af7de3 commit 2ebaebc

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

deploy/images/logo.bmp

-25.2 KB
Binary file not shown.

deploy/images/logo.ico

-12.6 KB
Binary file not shown.

deploy/images/logo.png

-9.96 KB
Binary file not shown.

deploy/packages/pack-template.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
130130
set(CPACK_RESOURCE_FILE_README "${PROJECT_SOURCE_DIR}/README.md")
131131
set(CPACK_RESOURCE_FILE_WELCOME "${PROJECT_SOURCE_DIR}/README.md")
132132
set(CPACK_PACKAGE_DESCRIPTION_FILE "${PROJECT_SOURCE_DIR}/README.md")
133-
set(CPACK_PACKAGE_ICON "${PROJECT_SOURCE_DIR}/deploy/images/logo.bmp")
133+
set(CPACK_PACKAGE_ICON "${PROJECT_SOURCE_DIR}/cmake-init-logo.png")
134134
set(CPACK_PACKAGE_FILE_NAME "${package_name}-${CPACK_PACKAGE_VERSION}")
135135
set(CPACK_PACKAGE_INSTALL_DIRECTORY "${package_name}")
136136
set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "${package_name}")
@@ -163,8 +163,8 @@ endif()
163163

164164
# Package options
165165
#set(CPACK_NSIS_DISPLAY_NAME "${package_name}-${META_VERSION}")
166-
set(CPACK_NSIS_MUI_ICON "${PROJECT_SOURCE_DIR}/deploy/images/logo.ico")
167-
set(CPACK_NSIS_MUI_UNIICON "${PROJECT_SOURCE_DIR}/deploy/images/logo.ico")
166+
#set(CPACK_NSIS_MUI_ICON "${PROJECT_SOURCE_DIR}/deploy/images/logo.ico")
167+
#set(CPACK_NSIS_MUI_UNIICON "${PROJECT_SOURCE_DIR}/deploy/images/logo.ico")
168168

169169
# Optional Preliminaries (i.e., silent Visual Studio Redistributable install)
170170
if(NOT INSTALL_MSVC_REDIST_FILEPATH)

docs/api-docs/doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ PROJECT_BRIEF = "@META_PROJECT_DESCRIPTION@"
5151
# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
5252
# to the output directory.
5353

54-
PROJECT_LOGO = @PROJECT_SOURCE_DIR@/deploy/images/logo.png
54+
PROJECT_LOGO = @PROJECT_SOURCE_DIR@/cmake-init-logo.png
5555

5656
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
5757
# into which the generated documentation will be written. If a relative path is

0 commit comments

Comments
 (0)