Files @ r24161:6a03a2a7db69
Branch filter:

Location: cpp/openttd-patchpack/source/projects/regression.bat - annotation

frosch
Fix: OpenGFX download link did no longer work. (#8105)
1
2
3
4
5
6
cd ..\bin
editbin /nologo /subsystem:console openttd.exe
cscript /nologo ai\regression\run.vbs
set RESULT=%ERRORLEVEL%
editbin /nologo /subsystem:windows openttd.exe
exit %RESULT%