From 534905c3f5a02a269ba2138477f24133f9f04ccb Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 12 Oct 2002 19:26:32 +0000 Subject: [PATCH] Language files now go to the right directory git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1400 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index e7be4d5b..272cf38e 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -143,11 +143,12 @@ SubSection "Extra User Interfaces" SecContribUIs File "..\Examples\Modern UI\ioC.ini" SetOutPath "$INSTDIR\Contrib\Modern UI" File "..\Contrib\Modern UI\System.nsh" - File "..\Contrib\Modern UI\Language files\*.nsh" File "..\Contrib\Modern UI\Readme.jpg" File "..\Contrib\Modern UI\Readme.html" File "..\Contrib\Modern UI\Screenshot.png" File "..\Contrib\Modern UI\License.txt" + SetOutPath "$INSTDIR\Contrib\Modern UI\Language files" + File "..\Contrib\Modern UI\Language files\*.nsh" SetOutPath "$INSTDIR\Contrib\UIs" File "..\Contrib\UIs\modern.exe" File "..\Contrib\UIs\modern2.exe"