From: Rudolf Polzer Date: Sun, 29 Jan 2012 10:40:58 +0000 (+0100) Subject: use right exe name X-Git-Tag: xonotic-v0.6.0~30^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e5f45a2d41a2228f46a8544764fdf44a218f7a0d;p=xonotic%2Fxonotic.git use right exe name --- diff --git a/misc/tools/the-big-benchmark/the-big-benchmark.bat b/misc/tools/the-big-benchmark/the-big-benchmark.bat index e853a683..51746f1e 100644 --- a/misc/tools/the-big-benchmark/the-big-benchmark.bat +++ b/misc/tools/the-big-benchmark/the-big-benchmark.bat @@ -16,7 +16,7 @@ goto postarg :noarg if "%ProgramFiles(x86)%" == "" goto bit32 :bit64 -set xonotic=xonotic-64.exe +set xonotic=xonotic-x64.exe goto postarg :bit32 set xonotic=xonotic.exe