Tweaked script. Submodule update.

master 1.14.3.5-stable
Dominik Deák 3 years ago
parent b777615226
commit 680caeda99
  1. 2
      Scripts/build.py
  2. 2
      Synergy-Core

@ -17,7 +17,7 @@ def configureSubmodules():
print( statusBefore )
utility.runCommand( "git submodule update --init --remote --recursive" )
utility.runCommand( "git submodule foreach --recursive \"git fetch --tags\"" )
utility.runCommand( "git submodule foreach --recursive \"git fetch --tags -f\"" )
if config.productCheckout:
os.chdir( config.productRepoPath )

@ -1 +1 @@
Subproject commit c6918b74cf3a84037377025dceeb0eea7e14a8d2
Subproject commit 218fa800a68115372919547ab8c56dc59dbbbe32
Loading…
Cancel
Save