diff --git a/data/windows/install.ps1 b/data/windows/install.ps1 index e3c7e86..1d53b71 100755 --- a/data/windows/install.ps1 +++ b/data/windows/install.ps1 @@ -135,7 +135,7 @@ while ($true) #------------------------------------------------------ ## Prepare OpenRA source code for Tiberian Sun & Red Alert 2 - Copy-Item ".\data\patches\*.patch" ".\data\windows" + Copy-Item ".\data\patches\windows\*.patch" ".\data\windows" Start-Sleep -s 3 "`nPatching OpenRA source code for Tiberian Sun & Red Alert 2."