Skip to content

Commit 53caad0

Browse files
committed
Fix Windows NSIS installer process
1 parent 5f85455 commit 53caad0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packaging/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ set(CPACK_PACKAGE_VERSION_MAJOR ${CMAKE_PROJECT_VERSION_MAJOR})
1313
set(CPACK_PACKAGE_VERSION_MINOR ${CMAKE_PROJECT_VERSION_MINOR})
1414
set(CPACK_PACKAGE_VERSION_PATCH ${CMAKE_PROJECT_VERSION_PATCH})
1515
set(CPACK_VERBATIM_VARIABLES YES)
16+
set(CPACK_MONOLITHIC_INSTALL TRUE)
1617

1718
# Package resources
1819
set(CPACK_RESOURCE_FILE_WELCOME ${CMAKE_CURRENT_LIST_DIR}/Welcome.txt)

src/app/App/Main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#define SDL_MAIN_HANDLED
2+
13
#include <exception>
24

35
#include "Core/Application.hpp"

0 commit comments

Comments
 (0)