mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-15 17:30:37 -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
|
||||
|
||||
# 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
|
||||
$CheckPath = "$env:TEMP\cttcheck.png"
|
||||
Invoke-WebRequest -Uri $CheckUrl -OutFile $CheckPath
|
||||
|
Loading…
Reference in New Issue
Block a user