mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Fix PreCompile.bat failing with spaced paths (#58184)
* Fix PreCompile.bat failing with spaced paths * Undo spacification
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
cd /D "%~dp0"
|
||||
set TG_BOOTSTRAP_CACHE=%cd%
|
||||
IF NOT "%1" == "" (
|
||||
IF NOT %1 == "" (
|
||||
rem TGS4: we are passed the game directory on the command line
|
||||
cd %1
|
||||
) ELSE IF EXIST "..\Game\B\tgstation.dmb" (
|
||||
|
||||
Reference in New Issue
Block a user