# HG changeset patch # User friseb123 # Date 1066306819 0 # Node ID 54b6b505ce12b3fdb4c30ffe9034fc2a39d45ff8 # Parent a323cd6c403a4bb2589d654491c9eefd20161be9 Suppression of the version number in the setup name when generating the debug version diff -r a323cd6c403a -r 54b6b505ce12 kdiff3/src/kdiff3.nsi --- 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