From bfc69978b4305249257df73577c0e78c846be407 Mon Sep 17 00:00:00 2001 From: Mirio Date: Mon, 3 Apr 2017 16:23:02 +0200 Subject: [PATCH] Make the benchmark script using correct executables --- misc/tools/the-big-benchmark/the-big-benchmark.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2