Skip to content

Commit

Permalink
Remove option to launch gzdoom from installer, which inexplicably cra…
Browse files Browse the repository at this point in the history
…shes when starting a game.
  • Loading branch information
cmbruns committed Jun 25, 2017
1 parent 5da47d4 commit e0e0112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -352,7 +352,7 @@ set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/docs/licenses/READM
if(WIN32)
set(CPACK_GENERATOR NSIS)
set(CPACK_NSIS_EXECUTABLES_DIRECTORY .)
set(CPACK_NSIS_MUI_FINISHPAGE_RUN ${ZDOOM_EXE_NAME})
# set(CPACK_NSIS_MUI_FINISHPAGE_RUN ${ZDOOM_EXE_NAME})
set(CPACK_NSIS_MENU_LINKS ${ZDOOM_EXE_NAME} GZDoom)
if(ENABLE_OPENVR)
list(APPEND CPACK_NSIS_MENU_LINKS GZDoomVR.bat "GZDoom VR")
Expand Down

0 comments on commit e0e0112

Please sign in to comment.