mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 19:51:44 +02:00
- updated windows build to pull submodules in a way that works
This commit is contained in:
@@ -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=.
|
||||
|
Reference in New Issue
Block a user