From 593fdb7c20bb53a13a9efbbc0d90cb469093fb98 Mon Sep 17 00:00:00 2001 From: Fincer Date: Sat, 13 Feb 2016 22:02:23 +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 1d53b71..e3c7e86 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\windows\*.patch" ".\data\windows" + Copy-Item ".\data\patches\*.patch" ".\data\windows" Start-Sleep -s 3 "`nPatching OpenRA source code for Tiberian Sun & Red Alert 2."