1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

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

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