File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ else{
292292$updaterpath = Join-Path $installLocation ' Update.cmd'
293293if (-Not (Test-Path $updaterpath )){
294294 $lower = $branch.ToString ().ToLower()
295- $updateps = " @SET `" ggbranch=$lower `" && @SET `" ggarch=$arch `" && " + (' @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy AllSigned -Command "iex ((New-Object System.Net.WebClient).DownloadString('' https://raw.githubusercontent.com/TkYu/PowerShellScripts/master/ChromeDownload/ChromeWithGreenChrome .ps1'' ))"' )
295+ $updateps = " @SET `" ggbranch=$lower `" && @SET `" ggarch=$arch `" && " + (' @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy AllSigned -Command "iex ((New-Object System.Net.WebClient).DownloadString('' https://raw.githubusercontent.com/TkYu/PowerShellScripts/master/ChromeDownload/ChromeGCTW .ps1'' ))"' )
296296 ' @echo Checking Chrome update. Sit back and relax.' , $updateps , " @pause" -join " `r`n " | Out-File - Encoding " Default" $updaterpath
297297}
298298# SIG # Begin signature block
You can’t perform that action at this time.
0 commit comments