This commit is contained in:
dazedanon 2025-10-24 10:18:48 -05:00
parent 970c3911cb
commit b9febfc498

View file

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