Browse Source

Update Windows patches due to OpenRA make.ps1 changes

master
Fincer 7 years ago
parent
commit
0be92be6fd
4 changed files with 6 additions and 6 deletions
  1. +1
    -1
      data/patches/windows/windows-d2-make-modstrings.patch
  2. +2
    -2
      data/patches/windows/windows-d2-make.patch
  3. +1
    -1
      data/patches/windows/windows-ra2-make-modstrings.patch
  4. +2
    -2
      data/patches/windows/windows-ra2-make.patch

+ 1
- 1
data/patches/windows/windows-d2-make-modstrings.patch View File

@ -1,6 +1,6 @@
--- a/make.ps1
+++ b/make.ps1
@@ -108,7 +108,7 @@
@@ -71,7 +71,7 @@
if ($version -ne $null)
{


+ 2
- 2
data/patches/windows/windows-d2-make.patch View File

@ -1,6 +1,6 @@
--- a/make.ps1
+++ b/make.ps1
@@ -154,6 +154,8 @@
@@ -117,6 +117,8 @@
./OpenRA.Utility.exe cnc --check-yaml
echo "Testing Red Alert mod MiniYAML..."
./OpenRA.Utility.exe ra --check-yaml
@ -9,7 +9,7 @@
}
else
{
@@ -178,6 +180,8 @@
@@ -141,6 +143,8 @@
./OpenRA.Utility.exe ra --check-code-style OpenRA.Mods.RA
echo "Checking for code style violations in OpenRA.Mods.Cnc..."
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.Cnc


+ 1
- 1
data/patches/windows/windows-ra2-make-modstrings.patch View File

@ -1,6 +1,6 @@
--- a/make.ps1
+++ b/make.ps1
@@ -108,7 +108,7 @@
@@ -71,7 +71,7 @@
if ($version -ne $null)
{


+ 2
- 2
data/patches/windows/windows-ra2-make.patch View File

@ -1,6 +1,6 @@
--- a/make.ps1
+++ b/make.ps1
@@ -136,6 +136,8 @@
@@ -111,6 +111,8 @@
echo "Testing mods..."
echo "Testing Tiberian Sun mod MiniYAML..."
./OpenRA.Utility.exe ts --check-yaml
@ -9,7 +9,7 @@
echo "Testing Dune 2000 mod MiniYAML..."
./OpenRA.Utility.exe d2k --check-yaml
echo "Testing Tiberian Dawn mod MiniYAML..."
@@ -170,6 +172,8 @@
@@ -145,6 +147,8 @@
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.D2k
echo "Checking for code style violations in OpenRA.Mods.TS..."
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.TS


Loading…
Cancel
Save