Make the benchmark script using correct executables

This commit is contained in:
Mirio 2017-04-03 16:23:02 +02:00
parent 1504289e2c
commit bfc69978b4

View File

@ -16,10 +16,10 @@ goto postarg
:noarg
if "%ProgramFiles(x86)%" == "" goto bit32
:bit64
set xonotic=xonotic-x64.exe
set xonotic=xonotic.exe
goto postarg
:bit32
set xonotic=xonotic.exe
set xonotic=xonotic-x86.exe
goto postarg
:postarg