update tooling

main
Dominik Madarász 2023-10-08 21:46:49 +02:00
parent 6e451189ad
commit f7f45251c5
3 changed files with 9 additions and 2 deletions

View File

@ -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

2
depot

@ -1 +1 @@
Subproject commit ce20f2a56448d4ca20f597a63d8542e4a5d04637
Subproject commit f6dbde90d66d59dd2328a7252ddbbdac6191fc4f

View File

@ -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.