UniVRM/pull.bat
2018-03-29 01:50:19 +09:00

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