now server_windows.bat should be able to find the binary

This commit is contained in:
Stephan Stahl 2010-09-14 11:07:45 +02:00
parent 985bece349
commit e757d22c8b

View File

@ -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 %*