update tooling again
parent
f7f45251c5
commit
2157665a6d
6
MAKE.bat
6
MAKE.bat
|
@ -162,14 +162,14 @@ if "%1"=="push" (
|
||||||
pushd depot
|
pushd depot
|
||||||
git add .
|
git add .
|
||||||
git commit -m "asset update"
|
git commit -m "asset update"
|
||||||
|
if "%2"=="out" (
|
||||||
|
git push
|
||||||
|
)
|
||||||
popd
|
popd
|
||||||
git add .
|
git add .
|
||||||
git commit
|
git commit
|
||||||
if "%2"=="out" (
|
if "%2"=="out" (
|
||||||
git push
|
git push
|
||||||
pushd depot
|
|
||||||
git push
|
|
||||||
popd
|
|
||||||
)
|
)
|
||||||
call make.bat vps
|
call make.bat vps
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue