diff options
Diffstat (limited to 'devtools/create_project/create_project.h')
-rw-r--r-- | devtools/create_project/create_project.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_project/create_project.h b/devtools/create_project/create_project.h index af4de291e4..932950c555 100644 --- a/devtools/create_project/create_project.h +++ b/devtools/create_project/create_project.h @@ -245,7 +245,7 @@ struct BuildSetup { bool devTools; ///< Generate project files for the tools bool tests; ///< Generate project files for the tests bool runBuildEvents; ///< Run build events as part of the build (generate revision number and copy engine/theme data & needed files to the build folder - bool createInstaller; ///< Create NSIS installer after the build + bool createInstaller; ///< Create installer after the build bool useSDL2; ///< Whether to use SDL2 or not. BuildSetup() { |