1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Fix #862: Installer copies correct language files

This commit is contained in:
JarnoVgr
2015-02-24 12:01:46 +01:00
parent 1345a28d23
commit dca7268ac5

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