From 8db009a3fd66663e03ea24095a97bc228252f3f6 Mon Sep 17 00:00:00 2001 From: Fincer Date: Sat, 13 Feb 2016 22:02:29 +0200 Subject: [PATCH] Fix RA2 compilation for Windows --- data/windows/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."