feat: added updateSubmodule.bat to update the gamelib submodule automatically

This commit is contained in:
Yannik Bretschneider 2021-05-18 17:44:40 +02:00
parent e5f47de84f
commit 6cc904cae3
1 changed files with 6 additions and 0 deletions

6
updateSubmodule.bat Normal file
View File

@ -0,0 +1,6 @@
@echo off
cd .\Gamelib
git fetch
git checkout gamelib
git pull
cd ..