Minor win install change

This commit is contained in:
Linus Probert 2018-05-15 23:34:38 +02:00
parent 79a840e820
commit e087fbd7eb
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ if(UNIX)
set(CPACK_STRIP_FILES breakhack)
set(CPACK_SOURCE_STRIP_FILES "")
elseif(WIN32)
set(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON)
set(CPACK_GENERATOR NSIS ZIP)
endif()