diff --git a/cleanup.ps1 b/cleanup.ps1 index 38e9fba..33e8f40 100644 --- a/cleanup.ps1 +++ b/cleanup.ps1 @@ -22,7 +22,7 @@ $form.Size = New-Object System.Drawing.Size(320, 160) $form.StartPosition = "CenterScreen" $form.Topmost = $true $form.KeyPreview = $true -$form.Icon = New-Object System.Drawing.Icon("C:\Path\To\Icon.ico") +$form.Icon = New-Object System.Drawing.Icon("https://git.questcomputers.be/quest-scripts/scripts/raw/branch/main/assets/logo.ico") # Form label $lbl = New-Object System.Windows.Forms.Label