feat: added updateSubmodule.bat to update the gamelib submodule automatically
This commit is contained in:
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 ..
|
Reference in New Issue
Block a user