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

@@ -7,13 +7,13 @@ set "config_path=%script_dir%config.json"
if not exist "%config_loader%" (
echo [ERROR] ConfigLoader.ps1 not found next to UpdateSequences.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 UpdateSequences.bat.
echo Please run UpgradeSeqBatches.ps1 to refresh helper files.
echo Please run UpdateProjectBatches.ps1 to refresh helper files.
exit /b 1
)