diff options
| -rw-r--r-- | cmake/KVIrc.nsi.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/KVIrc.nsi.cmake b/cmake/KVIrc.nsi.cmake index 0fd0971d4..7aebcd209 100644 --- a/cmake/KVIrc.nsi.cmake +++ b/cmake/KVIrc.nsi.cmake @@ -21,7 +21,7 @@ OutFile KVIrc-${VERSION}-dev-${GIT_VERSION}.exe ; Stable version, e.g. KVIrc-4.2.0-Equilibrium.exe ;OutFile KVIrc-${VERSION}-${RELEASE_NAME}.exe -Unicode on +Unicode true SetCompressor /SOLID lzma XPStyle on InstallDir $PROGRAMFILES\KVIrc |
