Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Jul 2, 2024
1 parent d387fb9 commit 21113d8
Show file tree
Hide file tree
Showing 2 changed files with 1,004 additions 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
Loading

0 comments on commit 21113d8

Please sign in to comment.