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:
@@ -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\"
|
||||
|
||||
Reference in New Issue
Block a user