mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 18:42:35 -05:00
fix
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user