fix pull.bat

This commit is contained in:
G21 2018-03-30 19:04:55 +09:00
parent d1a18fdd4e
commit 52e24efc5f

View File

@ -1,7 +1,7 @@
::pushd Assets\VRM
git pull
git submodule init
::git submodule update --remote
git submodule update --remote
git submodule foreach git checkout master
git submodule foreach git pull
::popd