Browse Source

Fix RA2 compilation for Windows

master
Fincer 8 years ago
parent
commit
593fdb7c20
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      data/windows/install.ps1

+ 1
- 1
data/windows/install.ps1 View File

@ -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."


Loading…
Cancel
Save