UniVRM/pull.bat
2018-03-27 16:08:25 +09:00

8 lines
165 B
Batchfile

:: pushd Assets\VRM
git pull
git submodule init
git submodule update --recursive --remote
git submodule foreach --recursive git checkout master
:: popd
pause