Mercurial > hg > easyhg-kdiff3
changeset 48:54b6b505ce12
Suppression of the version number in the setup name when generating the debug version
author | friseb123 |
---|---|
date | Thu, 16 Oct 2003 12:20:19 +0000 |
parents | a323cd6c403a |
children | f2d44f9d268d |
files | kdiff3/src/kdiff3.nsi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/kdiff3/src/kdiff3.nsi Thu Oct 16 11:58:15 2003 +0000 +++ b/kdiff3/src/kdiff3.nsi Thu Oct 16 12:20:19 2003 +0000 @@ -28,7 +28,7 @@ !ifndef DEBUG OutFile "KDiff3Setup_${MUI_VERSION}.exe" !else - OutFile "KDiff3Setup_${MUI_VERSION}_debug.exe" + OutFile "KDiff3SetupDebug.exe" !endif setCompressor bzip2