From 4f52cf5dfde2b51f0073f2d4259f19df1213ea7d Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 24 Oct 2007 21:39:51 +0000 Subject: [PATCH] Added scripts subdirectories SVN revision: 1950 --- elog.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elog.nsi b/elog.nsi index 3b7af811..eb8976b3 100755 --- a/elog.nsi +++ b/elog.nsi @@ -78,7 +78,7 @@ Section "ELOG system (required)" SecSystem ; script directory SetOutPath $INSTDIR\scripts - File scripts\*.* + File /r /x .svn scripts\*.* ; resources directory SetOutPath $INSTDIR\resources