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
This commit is contained in:
kichik 2002-10-12 19:26:32 +00:00
parent a0426c25ba
commit 534905c3f5

View file

@ -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"