File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 }
698698 }
699699 }
700700
701- if ($Target -eq " nupkg-only" )
701+ if ($Target -eq " nupkg-only" )
702702 {
703703 Nupkg
704704 return ;
733733 }
734734 }
735735
736- Bootstrap $platform
736+ Bootstrap $platform
737737 }
738738
739739 # Loop through twice so the files have been downloaded
You can’t perform that action at this time.
0 commit comments