Merge pull request #868 from JarnoVgr/develop

Fix #862: Installer copies correct language files
This commit is contained in:
Ted John 2015-02-24 12:52:24 +00:00
commit e376116e80
1 changed files with 2 additions and 2 deletions

View File

@ -113,11 +113,11 @@ Section "!OpenRCT2" Section1
; Copy language files
SetOutPath "$INSTDIR\data\language\"
File ${PATH_ROOT}build\Release\Data\Language\*.txt
File ${PATH_ROOT}data\language\*.txt
; Copy data files
SetOutPath "$INSTDIR\data\"
File /r ${PATH_ROOT}build\Release\Data\*
File /r ${PATH_ROOT}data\*
; Copy the rest of the stuff
SetOutPath "$INSTDIR\"