Skip to content

Commit 1fb024b

Browse files
committed
Comment out non-existent icon.ico paths from CPack NSIS configuration to fix Windows installer generation
1 parent 34b4b07 commit 1fb024b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ if(WIN32)
405405
set(CPACK_NSIS_PACKAGE_NAME "GPUBench")
406406
set(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON)
407407
set(CPACK_NSIS_MODIFY_PATH ON)
408-
set(CPACK_NSIS_MUI_ICON "${CMAKE_CURRENT_SOURCE_DIR}/packaging/windows/icon.ico")
409-
set(CPACK_NSIS_MUI_UNIICON "${CMAKE_CURRENT_SOURCE_DIR}/packaging/windows/icon.ico")
408+
# set(CPACK_NSIS_MUI_ICON "${CMAKE_CURRENT_SOURCE_DIR}/packaging/windows/icon.ico")
409+
# set(CPACK_NSIS_MUI_UNIICON "${CMAKE_CURRENT_SOURCE_DIR}/packaging/windows/icon.ico")
410410
set(CPACK_NSIS_HELP_LINK "https://github.com/Soddentrough/GPUBench")
411411
set(CPACK_NSIS_URL_INFO_ABOUT "https://github.com/Soddentrough/GPUBench")
412412
set(CPACK_NSIS_CONTACT "https://github.com/Soddentrough/GPUBench/issues")

0 commit comments

Comments
 (0)