Skip to content

Commit fb51eeb

Browse files
committed
build.ps1 - Fix formatting
1 parent 26010a5 commit fb51eeb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.ps1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ try
608608
{
609609
$global:CefBuildsJson = $null
610610
$VSwherePath = $null
611-
$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition;
611+
$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition;
612612

613613
Write-Diagnostic "pushd $WorkingDir"
614614
Push-Location $WorkingDir
@@ -621,23 +621,23 @@ try
621621
Enabled=($BuildArches.Contains('win-x86') -or $BuildArches.Contains('x86'));
622622
NativeArch='win32';
623623
Arch='x86';
624-
ArchLong='windows32';
624+
ArchLong='windows32';
625625
Folder=Join-Path $WorkingDir 'cef_binary_3.y.z_windows32';
626626
};
627627

628628
'win-x64'=@{
629629
Enabled=$BuildArches.Contains('win-x64') -or $BuildArches.Contains('x64');
630630
NativeArch='x64';
631631
Arch='x64';
632-
ArchLong='windows64';
632+
ArchLong='windows64';
633633
Folder=Join-Path $WorkingDir 'cef_binary_3.y.z_windows64';
634634
};
635635

636636
'win-arm64'=@{
637637
Enabled=($BuildArches.Contains('win-arm64') -or $BuildArches.Contains('arm64'));
638638
NativeArch='arm64';
639639
Arch='arm64';
640-
ArchLong='windowsarm64';
640+
ArchLong='windowsarm64';
641641
Folder=Join-Path $WorkingDir 'cef_binary_3.y.z_windowsarm64';
642642
};
643643
}
@@ -698,7 +698,7 @@ try
698698
}
699699
}
700700

701-
if($Target -eq "nupkg-only")
701+
if($Target -eq "nupkg-only")
702702
{
703703
Nupkg
704704
return;
@@ -733,7 +733,7 @@ try
733733
}
734734
}
735735

736-
Bootstrap $platform
736+
Bootstrap $platform
737737
}
738738

739739
# Loop through twice so the files have been downloaded

0 commit comments

Comments
 (0)