From 1185d05bf120996e63acb2154851a39841262030 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Sun, 14 Jul 2024 09:28:27 +0200 Subject: [PATCH] fix --- scripts/main.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/main.ps1 b/scripts/main.ps1 index c4fda9bb..5303d16b 100644 --- a/scripts/main.ps1 +++ b/scripts/main.ps1 @@ -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