master 1.14.4.37-stable
Dominik Deak 2 years ago
commit 41e070ea54
  1. 2
      Documentation/BuildingOnWindows.md
  2. 2
      Scripts/build.py

@ -22,7 +22,7 @@
``` ```
* If Python is not installed: * If Python is not installed:
```bat ```bat
powershell.exe -File Scripts\Install\InstallWindows.ps1 [-upgrade] powershell.exe -ExecutionPolicy Bypass -File Scripts\Install\InstallWindows.ps1 [-upgrade]
``` ```
Use the `--upgrade` switch (Python), or the `-upgrade` switch (PowerShell) to refresh packages at a later date. Use the `--upgrade` switch (Python), or the `-upgrade` switch (PowerShell) to refresh packages at a later date.

@ -17,7 +17,7 @@ def configureSubmodules():
print( statusBefore ) print( statusBefore )
utility.runCommand( "git submodule update --init --remote --recursive" ) 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: if config.productCheckout:
os.chdir( config.productRepoPath ) os.chdir( config.productRepoPath )

Loading…
Cancel
Save