Skip to content

Commit 58c69ee

Browse files
authored
Merge pull request #56 from perpetualKid/Fix-LAAbin-missing-config
CopyCreate LAA-exe .config file. Bug fix for https://bugs.launchpad.net/or/+bug/1828232 .
2 parents cb46346 + c2bd179 commit 58c69ee

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)