diff --git a/scripts/Windows/Software/osu!lazer/Manage.ps1 b/scripts/Windows/Software/osu!lazer/Manage.ps1 index e4bd68dd..936048d4 100644 --- a/scripts/Windows/Software/osu!lazer/Manage.ps1 +++ b/scripts/Windows/Software/osu!lazer/Manage.ps1 @@ -30,7 +30,7 @@ $null = New-Module { Start-Sleep 10; Get-Process $processName | Stop-Process -Force; - Remove-Item "~\Desktop\*osu*"; + $context.RemoveDesktopIcon("*osu*"); Pop-Location; Remove-Item -Recurse $tempDir; }