Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4892f59089 | |||
| 912f1d07fa |
@@ -70,6 +70,8 @@ mkdir "%projectRoot%\Deliverable\"
|
||||
mkdir "%projectRoot%\Pr\RnR\RIFE"
|
||||
|
||||
:: Add project root additions
|
||||
mkdir "%projectRoot%\Reference\audio"
|
||||
mkdir "%projectRoot%\Reference\translations"
|
||||
if not exist "%projectRoot%\Renders" mkdir "%projectRoot%\Renders"
|
||||
|
||||
:: Place helper scripts into Renders (config lives in .config\, deployed by CfgDeploy below)
|
||||
@@ -99,6 +101,15 @@ if errorlevel 1 (
|
||||
echo [WARNING] Config workflow deployment failed. You may need to run CfgDeploy.ps1 manually.
|
||||
) else (
|
||||
echo Config workflow deployed successfully.
|
||||
pushd "%projectRoot%" >nul
|
||||
git add .
|
||||
git commit -m "cfgdeploy"
|
||||
if errorlevel 1 (
|
||||
echo [WARNING] No cfgdeploy changes to commit, or commit failed.
|
||||
) else (
|
||||
echo cfgdeploy changes committed.
|
||||
)
|
||||
popd >nul
|
||||
)
|
||||
|
||||
echo Project structure created successfully in folder: %projectRoot%
|
||||
|
||||
Reference in New Issue
Block a user