Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikDeak committed Jun 24, 2022
2 parents 526b3a3 + e736cec commit 41e070e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/BuildingOnWindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
```
* If Python is not installed:
```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.
Expand Down
2 changes: 1 addition & 1 deletion Scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 41e070e

Please sign in to comment.