Reduce logging level of NSIS.

This commit is contained in:
James Turner 2016-11-29 16:30:01 +00:00
parent 93b085f441
commit 2dfbc989ba

View File

@ -26,6 +26,9 @@
#define VSInstallDir GetEnv("VSINSTALLDIR")
#endif
; don't fill up the Jenkins logs with output, only show warnings
#verbose 1
#define VCInstallDir VSInstallDir + "\VC"
#define InstallDir32 "X:\install\msvc140"
#define OSGInstallDir InstallDir32 + "\OpenSceneGraph"