mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
Fixes TGS2 install looking for the wrong bot directory
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ echo Copying things around....
|
||||
echo (1/3)
|
||||
xcopy gitrepo\data gamedata\data /Y /X /K /R /H /I /C /V /E /Q >nul
|
||||
xcopy gitrepo\config gamedata\config /Y /X /K /R /H /I /C /V /E /Q >nul
|
||||
xcopy gitrepo\bot bot /Y /X /K /R /H /I /C /V /E /Q >nul
|
||||
xcopy gitrepo\tools\minibot bot /Y /X /K /R /H /I /C /V /E /Q >nul
|
||||
copy gitrepo\libmysql.dll gamedata\libmysql.dll /D /V /Y >nul
|
||||
echo (2/3)
|
||||
xcopy gitrepo gamecode\a /Y /X /K /R /H /I /C /V /E /Q /EXCLUDE:copyexclude.txt >nul
|
||||
|
||||
Reference in New Issue
Block a user