Skip to content

Commit

Permalink
windows installer: enable option to add love to the user's PATH
Browse files Browse the repository at this point in the history
resolves #883
  • Loading branch information
slime73 committed Jul 2, 2024
1 parent 8e6f959 commit 0e517c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2113,7 +2113,7 @@ if("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
set(CPACK_NSIS_EXECUTABLES_DIRECTORY .)
set(CPACK_NSIS_PACKAGE_NAME "LOVE")
set(CPACK_NSIS_DISPLAY_NAME "LOVE ${LOVE_VERSION_STR}")
set(CPACK_NSIS_MODIFY_PATH OFF)
set(CPACK_NSIS_MODIFY_PATH ON)

if(LOVE_X64)
set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES64")
Expand Down

0 comments on commit 0e517c2

Please sign in to comment.