diff options
| author | 2016-10-04 15:02:48 +0100 | |
|---|---|---|
| committer | 2016-10-04 15:02:48 +0100 | |
| commit | 20d658839dedc07f33090f7e56cc10d9db87fda0 (patch) | |
| tree | 2ef122542b2ff7fe755a62f1c83a06de2709c716 /cmake | |
| parent | it looks like we need more version variables to keep dumb mistakes from happe... (diff) | |
| download | KVIrc-20d658839dedc07f33090f7e56cc10d9db87fda0.tar.gz KVIrc-20d658839dedc07f33090f7e56cc10d9db87fda0.tar.bz2 KVIrc-20d658839dedc07f33090f7e56cc10d9db87fda0.zip | |
Fix Unicode builds, Unicode true|false
Diffstat (limited to 'cmake')
| -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 |
