make powershell scripts consistent

This commit is contained in:
David Refoua
2022-11-06 11:32:22 +03:30
parent fbe3e17eea
commit fc44def0ad
5 changed files with 24 additions and 24 deletions

View File

@ -88,7 +88,7 @@ if ($Compile) {
Pop-Location
}
if (-Not $noVendor) {
if (-not $noVendor) {
# Check for requirements
Ensure-Exists $sourcesPath
Ensure-Executable "7z"
@ -162,7 +162,7 @@ if (-Not $noVendor) {
Pop-Location
}
if (-Not $Compile -Or $noVendor) {
if (-not $Compile -or $noVendor) {
Write-Warning "You are not building the full project, Use -Compile without -noVendor"
Write-Warning "This cannot be a release. Test build only!"
return