begin develop configloader
This commit is contained in:
@@ -56,6 +56,18 @@ for %%F in (UpdateSequences.bat ZipSeqArchv.bat UnzipSeqArchv.bat) do (
|
||||
)
|
||||
)
|
||||
|
||||
for %%F in (ConfigLoader.ps1 config.json) do (
|
||||
if exist "%scriptDir%%%F" (
|
||||
if "%DRY%"=="1" (
|
||||
echo [DRY] copy "%scriptDir%%%F" "%rendersDir%\%%F"
|
||||
) else (
|
||||
copy /Y "%scriptDir%%%F" "%rendersDir%\%%F" >nul
|
||||
)
|
||||
) else (
|
||||
echo [WARN] Missing template: "%scriptDir%%%F"
|
||||
)
|
||||
)
|
||||
|
||||
:: -----------------------------
|
||||
:: Merge .gitignore and .gitattributes from templates
|
||||
:: -----------------------------
|
||||
|
||||
Reference in New Issue
Block a user