mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-22 13:36:52 +00:00
Make the benchmark script using correct executables
This commit is contained in:
parent
1504289e2c
commit
bfc69978b4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user