mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-16 01:40:35 -06:00
fix
This commit is contained in:
parent
a1e4d203ce
commit
1185d05bf1
@ -161,7 +161,8 @@ $logoPath = "$env:TEMP\cttlogo.png"
|
|||||||
Invoke-WebRequest -Uri $logoUrl -OutFile $logoPath
|
Invoke-WebRequest -Uri $logoUrl -OutFile $logoPath
|
||||||
|
|
||||||
# download the check
|
# download the check
|
||||||
$CheckUrl = "https://raw.githubusercontent.com/MyDrift-user/winutil/Progress-bar/docs/assets/check.png"
|
$CheckUrl = "https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/docs/assets/check.png"
|
||||||
|
|
||||||
# Download the image
|
# Download the image
|
||||||
$CheckPath = "$env:TEMP\cttcheck.png"
|
$CheckPath = "$env:TEMP\cttcheck.png"
|
||||||
Invoke-WebRequest -Uri $CheckUrl -OutFile $CheckPath
|
Invoke-WebRequest -Uri $CheckUrl -OutFile $CheckPath
|
||||||
|
Loading…
Reference in New Issue
Block a user