]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
now server_windows.bat should be able to find the binary
authorStephan Stahl <esteel@eos.franken.de>
Tue, 14 Sep 2010 09:07:45 +0000 (11:07 +0200)
committerStephan Stahl <esteel@eos.franken.de>
Tue, 14 Sep 2010 09:07:45 +0000 (11:07 +0200)
server/server_windows.bat

index 8aea431993b732f024bebde74fcc358a2a47b3c0..b12682ecf65404a2766851e3b6715c2a83721942 100644 (file)
@@ -1,7 +1,7 @@
 @echo off\r
 \r
 setlocal\r
 @echo off\r
 \r
 setlocal\r
-set executable=xonotic -dedicated\r
+set executable=xonotic.exe\r
 \r
 %~d0\r
 cd "%~p0"\r
 \r
 %~d0\r
 cd "%~p0"\r
@@ -24,4 +24,4 @@ exit
 cd ..\r
 \r
 :good\r
 cd ..\r
 \r
 :good\r
-.\%executable% +serverconfig server.cfg %*\r
+.\%executable% -dedicated +serverconfig server.cfg %*\r