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