Skip to content

Commit

Permalink
updated icon
Browse files Browse the repository at this point in the history
  • Loading branch information
pollend committed Feb 14, 2019
1 parent cbe35cc commit ca10234
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ if (MSVC)
COMMAND ${WINDEPLOYQT_EXECUTABLE} --compiler-runtime --dir ${CMAKE_BINARY_DIR}/windeployqt_stuff $<TARGET_FILE:SMART>
)

install(
FILES "128x128-gait.ico"
DESTINATION .
)
install(
DIRECTORY ${CMAKE_BINARY_DIR}/windeployqt_stuff/
DESTINATION .
Expand Down Expand Up @@ -182,7 +178,7 @@ set(CPACK_NSIS_EXECUTABLES_DIRECTORY ".")
set(CPACK_PACKAGE_EXECUTABLES "SMART" "SMART")
set(CPACK_CREATE_DESKTOP_LINKS "SMART")
set(CPACK_NSIS_MODIFY_PATH "ON")
set(CPACK_NSIS_MUI_ICON "128x128-gait.ico")
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/icon.ico")


INCLUDE(CPack)
Binary file renamed 128x128-gait.ico → icon.ico
Binary file not shown.

0 comments on commit ca10234

Please sign in to comment.