From a9fda82c27e073c98e46d7df974f0085c40c9935 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 21 Nov 2002 18:34:56 +0000 Subject: [PATCH] Quote git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1800 212acab6-be3b-0410-9dea-997c60f758d6 --- nsisconf.nsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nsisconf.nsh b/nsisconf.nsh index 06f86ebc..52dd0499 100644 --- a/nsisconf.nsh +++ b/nsisconf.nsh @@ -23,5 +23,5 @@ ;and paths should ideally be absolute (since you could be ;building your installer anywhere). ; -;!packhdr tmp.dat "C:\program files\upx\upx -9 -q tmp.dat" -;!packhdr tmp.dat "C:\program files\petite\petite -9 -b0 -r** -p0 -y tmp.dat" +;!packhdr tmp.dat '"C:\program files\upx\upx" -9 -q tmp.dat' +;!packhdr tmp.dat '"C:\program files\petite\petite" -9 -b0 -r** -p0 -y tmp.dat'