From: Mirio Date: Mon, 3 Apr 2017 14:23:02 +0000 (+0200) Subject: Make the benchmark script using correct executables X-Git-Tag: xonotic-v0.8.5~207 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=bfc69978b4305249257df73577c0e78c846be407 Make the benchmark script using correct executables --- diff --git a/misc/tools/the-big-benchmark/the-big-benchmark.bat b/misc/tools/the-big-benchmark/the-big-benchmark.bat index 4fb4a10d..c257ed71 100644 --- a/misc/tools/the-big-benchmark/the-big-benchmark.bat +++ b/misc/tools/the-big-benchmark/the-big-benchmark.bat @@ -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