We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb46346 + c2bd179 commit 58c69eeCopy full SHA for 58c69ee
Build.cmd
@@ -134,6 +134,7 @@ IF "%ERRORLEVEL%" == "9009" GOTO :error
134
135
CALL :copy "Program\RunActivity.exe" "Program\RunActivityLAA.exe" || GOTO :error
136
editbin /NOLOGO /LARGEADDRESSAWARE "Program\RunActivityLAA.exe" || GOTO :error
137
+copy "Program\RunActivity.exe.config" "Program\RunActivityLAA.exe.config" || GOTO :error
138
ECHO Created large address aware version of RunActivity.exe.
139
140
REM Copy version number from OpenRails.exe into all other 1st party files
0 commit comments