woops
This commit is contained in:
parent
970c3911cb
commit
b9febfc498
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ if exist "%ROOT_DIR%\data.dts" (
|
|||
echo [Pre-Setup] Running SRPG_Unpacker preparation steps...
|
||||
|
||||
REM Step 1: Unpack (once)
|
||||
if not exist "%ROOT_DIR%\data\" if exist "%ROOT_DIR%\data\project.dat" (
|
||||
if not exist "%ROOT_DIR%\data\" if not exist "%ROOT_DIR%\data\project.dat" (
|
||||
if exist "%ROOT_DIR%\data.dts" (
|
||||
echo [Pre-Setup] Step 1: Unpacking data.dts to data
|
||||
pushd "%ROOT_DIR%"
|
||||
|
|
|
|||
Loading…
Reference in a new issue