Skip to content

Commit 9a2ae48

Browse files
committed
$arch -eq 'win64' => $arch -eq 'x64'
1 parent a14641b commit 9a2ae48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChromeDownload/ChromeWithGreenChrome.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ if(Test-Path $gcdllpath){
239239
}else{
240240
$hash = ''
241241
}
242-
if($arch -eq 'win64'){
242+
if($arch -eq 'x64'){
243243
if($hash -eq $GCJSON.link.x64.sha1){
244244
Write-Host "$gcdll is latest!" -ForegroundColor Green
245245
}else{

0 commit comments

Comments
 (0)