mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 13:04:17 -05:00
9 lines
173 B
Batchfile
9 lines
173 B
Batchfile
::pushd Assets\VRM
|
|
git pull
|
|
git submodule init
|
|
::git submodule update --remote
|
|
git submodule foreach git checkout master
|
|
git submodule foreach git pull
|
|
::popd
|
|
pause
|