From 41e910af955ee239a10ad1b7f55c30d4ce8960fc Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Mon, 24 Jan 2011 21:32:42 +0000 Subject: [PATCH] bug fix --- windows/deploy_windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deploy_windows.bat b/windows/deploy_windows.bat index e85b3923..7dcd00b9 100755 --- a/windows/deploy_windows.bat +++ b/windows/deploy_windows.bat @@ -10,7 +10,7 @@ devenv llcon.sln /clean "Release|Win32" devenv llcon.sln /build "Release|Win32" rem create installer ----------------------------------------------------------- -%NSIS_PATH%\makensis.exe installer.nsi +"%NSIS_PATH%\makensis.exe" installer.nsi move llconinstaller.exe ../deploy/llcon-version-installer.exe