mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-20 20:46:52 +00:00
now server_windows.bat should be able to find the binary
This commit is contained in:
parent
985bece349
commit
e757d22c8b
@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
|
||||
setlocal
|
||||
set executable=xonotic -dedicated
|
||||
set executable=xonotic.exe
|
||||
|
||||
%~d0
|
||||
cd "%~p0"
|
||||
@ -24,4 +24,4 @@ exit
|
||||
cd ..
|
||||
|
||||
:good
|
||||
.\%executable% +serverconfig server.cfg %*
|
||||
.\%executable% -dedicated +serverconfig server.cfg %*
|
||||
|
Loading…
Reference in New Issue
Block a user