From 6bd3f0bd9cee8dcb72c15b1e7d4a5e0649073233 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Wed, 23 Sep 2009 20:43:34 +0400 Subject: [PATCH] nasm.nsi: restore old output name and compressor Othrewise build robot fails Signed-off-by: Cyrill Gorcunov --- nasm.nsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nasm.nsi b/nasm.nsi index f7719782..70130d88 100644 --- a/nasm.nsi +++ b/nasm.nsi @@ -46,7 +46,8 @@ ;Name and file Name "${PACKAGE_NAME}" -OutFile "${PACKAGE_NAME}-installer.exe" +OutFile "${PRODUCT_SHORT_NAME}-installer.exe" +SetCompressor lzma ;Get installation folder from registry if available InstallDirRegKey HKCU "Software\${PRODUCT_SHORT_NAME}" "" -- 2.11.4.GIT