cont develop configloader
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user