UniVRM/pull.bat
2018-03-30 02:42:55 +09:00

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