From 310c235a0520f5cafe378a59dafb1355c15710d2 Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Thu, 17 Feb 2005 18:33:04 +0000 Subject: [PATCH] Changed the output file directory to nsis. --- win32/nsis/python.nsi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/nsis/python.nsi.in b/win32/nsis/python.nsi.in index 721bbd8d..93cad0fa 100644 --- a/win32/nsis/python.nsi.in +++ b/win32/nsis/python.nsi.in @@ -52,7 +52,7 @@ SetCompressor bzip2 ; MUI end ------ Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" -OutFile "..\Lasso-@VERSION_UNDERSCORED@.win32-py2.4.exe" +OutFile "Lasso-@VERSION_UNDERSCORED@.win32-py2.4.exe" ShowInstDetails show ShowUnInstDetails show