cont develop configloader

This commit is contained in:
2025-11-10 10:16:23 -07:00
parent e541aa1a12
commit db2ee821fb
7 changed files with 9572 additions and 114 deletions

View File

@@ -9,13 +9,13 @@ set "CONFIG_PATH=%REN_DIR%config.json"
if not exist "%CONFIG_LOADER%" (
echo [ERROR] ConfigLoader.ps1 not found next to UnzipSeqArchv.bat.
echo Please run UpgradeSeqBatches.ps1 to refresh helper files.
echo Please run UpdateProjectBatches.ps1 to refresh helper files.
exit /b 1
)
if not exist "%CONFIG_PATH%" (
echo [ERROR] config.json not found next to UnzipSeqArchv.bat.
echo Please run UpgradeSeqBatches.ps1 to refresh helper files.
echo Please run UpdateProjectBatches.ps1 to refresh helper files.
exit /b 1
)