diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 52900cf9..cba3c220 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -387,7 +387,7 @@ $null = New-Module { . "$softwarePath/ManiaPlanet/Manage.ps1" @arguments; . "$softwarePath/osu!/Manage.ps1" @arguments; . "$softwarePath/osu!lazer/Manage.ps1" @arguments; - . "$softwarePath/RetorArch/Manage.ps1" @arguments; + . "$softwarePath/RetroArch/Manage.ps1" @arguments; . "$softwarePath/reWASD/Manage.ps1" @arguments; } };