diff --git a/MAKE.bat b/MAKE.bat index 228ca31..03c421e 100644 --- a/MAKE.bat +++ b/MAKE.bat @@ -159,10 +159,17 @@ if "%1"=="push" ( call make.bat tidy git status + pushd depot + git add . + git commit -m "asset update" + popd git add . git commit if "%2"=="out" ( git push + pushd depot + git push + popd ) call make.bat vps diff --git a/depot b/depot index ce20f2a..f6dbde9 160000 --- a/depot +++ b/depot @@ -1 +1 @@ -Subproject commit ce20f2a56448d4ca20f597a63d8542e4a5d04637 +Subproject commit f6dbde90d66d59dd2328a7252ddbbdac6191fc4f diff --git a/tools/cook.ini b/tools/cook.ini index 63f387b..c9ef0b0 100644 --- a/tools/cook.ini +++ b/tools/cook.ini @@ -7,7 +7,7 @@ ; syntax: symbols are defined in KEY=value form, as seen below. TOOLS=./ ; folder where our pipeline tools are located -ART=../demos/art/,../engine/art/,../labs/slayer/art ; comma-separated folder(s) that store all our asset files +ART=../demos/art/,../engine/art/,../depot/art/common/,../depot/art/%V4K_TITLE%/ ; comma-separated folder(s) that store all our asset files ; lines starting with @windows, @linux or @osx will be processed only where OS matches. ; we are defining here some symbols differently for each platform.