mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
- updated windows build to pull submodules in a way that works
This commit is contained in:
parent
6e061f459d
commit
69a0ae3c6b
@ -72,7 +72,8 @@ rem Update from GIT to latest rev
|
||||
ECHO --------------------------------
|
||||
Echo Updating Code from GIT to latest Revision...
|
||||
cd ..\..\
|
||||
git pull --recurse-submodules
|
||||
git pull
|
||||
git submodule foreach git pull
|
||||
|
||||
set GITVERSION_SHA1=.
|
||||
set GITVERSION_REV=.
|
||||
|
@ -96,7 +96,8 @@ rem Update from GIT to latest rev
|
||||
ECHO --------------------------------
|
||||
Echo Updating Code from GIT to latest Revision...
|
||||
cd ..\..\
|
||||
git pull --recurse-submodules
|
||||
git pull
|
||||
git submodule foreach git pull
|
||||
|
||||
set GITVERSION_SHA1=.
|
||||
set GITVERSION_REV=.
|
||||
|
Loading…
x
Reference in New Issue
Block a user