feat: added updateSubmodule.bat to update the gamelib submodule automatically
This commit is contained in:
parent
e5f47de84f
commit
6cc904cae3
6
updateSubmodule.bat
Normal file
6
updateSubmodule.bat
Normal file
@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
cd .\Gamelib
|
||||
git fetch
|
||||
git checkout gamelib
|
||||
git pull
|
||||
cd ..
|
Loading…
Reference in New Issue
Block a user