From 507b6ea2d36d328cd2befef07bfc9241309c0e4d Mon Sep 17 00:00:00 2001 From: Raincloud Date: Mon, 23 Feb 2026 10:29:10 -0700 Subject: [PATCH] cfgdeploy --- .config/config.json | 2 +- Renders/CompressPNGs.bat | 4 ++-- Renders/UnzipSeqArchv.bat | 4 ++-- Renders/UpdateSequences.bat | 4 ++-- Renders/ZipSeqArchv.bat | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/config.json b/.config/config.json index 6fe23d1..c4817ab 100644 --- a/.config/config.json +++ b/.config/config.json @@ -1,6 +1,6 @@ { "dailyFormat": "YYYY-MM-DD", - "structDir": "A:\\1 Amazon_Active_Projects\\3 ProjectStructure", + "structDir": "D:\\0 ProjectStructure", "zipper": "7z", "compression": 0, "Max7zInst": 0, diff --git a/Renders/CompressPNGs.bat b/Renders/CompressPNGs.bat index 80aa9a2..0bdc5f3 100644 --- a/Renders/CompressPNGs.bat +++ b/Renders/CompressPNGs.bat @@ -10,13 +10,13 @@ set "GET_STRUCT_DIR=%CONFIG_DIR%\GetStructDir.ps1" if not exist "%CONFIG_PATH%" ( echo [ERROR] config.json not found at %CONFIG_PATH% - echo Please run ConfigLoader.ps1 to deploy helper files. + echo Please run CfgDeploy.ps1 to deploy helper files. exit /b 1 ) if not exist "%GET_STRUCT_DIR%" ( echo [ERROR] GetStructDir.ps1 not found at %GET_STRUCT_DIR% - echo Please run ConfigLoader.ps1 to deploy helper files. + echo Please run CfgDeploy.ps1 to deploy helper files. exit /b 1 ) diff --git a/Renders/UnzipSeqArchv.bat b/Renders/UnzipSeqArchv.bat index acfcc33..8df59ff 100644 --- a/Renders/UnzipSeqArchv.bat +++ b/Renders/UnzipSeqArchv.bat @@ -10,13 +10,13 @@ set "GET_STRUCT_DIR=%CONFIG_DIR%\GetStructDir.ps1" if not exist "%CONFIG_PATH%" ( echo [ERROR] config.json not found at %CONFIG_PATH% - echo Please run ConfigLoader.ps1 to deploy helper files. + echo Please run CfgDeploy.ps1 to deploy helper files. exit /b 1 ) if not exist "%GET_STRUCT_DIR%" ( echo [ERROR] GetStructDir.ps1 not found at %GET_STRUCT_DIR% - echo Please run ConfigLoader.ps1 to deploy helper files. + echo Please run CfgDeploy.ps1 to deploy helper files. exit /b 1 ) diff --git a/Renders/UpdateSequences.bat b/Renders/UpdateSequences.bat index c11c9e9..45de49f 100644 --- a/Renders/UpdateSequences.bat +++ b/Renders/UpdateSequences.bat @@ -35,7 +35,7 @@ if not exist "%CONFIG_PATH%" ( if defined project_config ( echo Also checked: %project_config% ) - echo Please run ConfigLoader.ps1 to deploy helper files. + echo Please run CfgDeploy.ps1 to deploy helper files. exit /b 1 ) @@ -43,7 +43,7 @@ set "GET_STRUCT_DIR=%CONFIG_DIR%\GetStructDir.ps1" if not exist "%GET_STRUCT_DIR%" ( echo [ERROR] GetStructDir.ps1 not found at %GET_STRUCT_DIR% - echo Please run ConfigLoader.ps1 to deploy helper files. + echo Please run CfgDeploy.ps1 to deploy helper files. exit /b 1 ) diff --git a/Renders/ZipSeqArchv.bat b/Renders/ZipSeqArchv.bat index 2fa85ec..b78025e 100644 --- a/Renders/ZipSeqArchv.bat +++ b/Renders/ZipSeqArchv.bat @@ -10,13 +10,13 @@ set "GET_STRUCT_DIR=%CONFIG_DIR%\GetStructDir.ps1" if not exist "%CONFIG_PATH%" ( echo [ERROR] config.json not found at %CONFIG_PATH% - echo Please run ConfigLoader.ps1 to deploy helper files. + echo Please run CfgDeploy.ps1 to deploy helper files. exit /b 1 ) if not exist "%GET_STRUCT_DIR%" ( echo [ERROR] GetStructDir.ps1 not found at %GET_STRUCT_DIR% - echo Please run ConfigLoader.ps1 to deploy helper files. + echo Please run CfgDeploy.ps1 to deploy helper files. exit /b 1 )