diff --git a/scripts/Windows/Software/osu!lazer/Manage.ps1 b/scripts/Windows/Software/osu!lazer/Manage.ps1 index e3f96bf5..8fd65598 100644 --- a/scripts/Windows/Software/osu!lazer/Manage.ps1 +++ b/scripts/Windows/Software/osu!lazer/Manage.ps1 @@ -23,7 +23,7 @@ Start-SoftwareInstaller @PSBoundParameters ` Start-Sleep 10; Get-Process $processName | Stop-Process -Force; Pop-Location; - Remove-Item -Recurse $dir, + Remove-Item -Recurse $dir; Remove-DesktopIcon "*osu*"; };