Skip to content

Commit c2bd179

Browse files
committed
CopyCreate LAA-exe .config file
1 parent cb46346 commit c2bd179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Build.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ IF "%ERRORLEVEL%" == "9009" GOTO :error
134134

135135
CALL :copy "Program\RunActivity.exe" "Program\RunActivityLAA.exe" || GOTO :error
136136
editbin /NOLOGO /LARGEADDRESSAWARE "Program\RunActivityLAA.exe" || GOTO :error
137+
copy "Program\RunActivity.exe.config" "Program\RunActivityLAA.exe.config" || GOTO :error
137138
ECHO Created large address aware version of RunActivity.exe.
138139

139140
REM Copy version number from OpenRails.exe into all other 1st party files

0 commit comments

Comments
 (0)