From f2073d18aa446c6860184b15c95da64d8e4525c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 2 Aug 2015 17:11:47 +0200 Subject: [PATCH] fix documentation not being versioned on Windows --- make.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.ps1 b/make.ps1 index 661c0f25eb..1c76c3c314 100644 --- a/make.ps1 +++ b/make.ps1 @@ -107,7 +107,7 @@ elseif ($command -eq "version") if ($version -ne $null) { - $mods = @("mods/ra/mod.yaml", "mods/cnc/mod.yaml", "mods/d2k/mod.yaml", "mods/ts/mod.yaml", "mods/modchooser/mod.yaml") + $mods = @("mods/ra/mod.yaml", "mods/cnc/mod.yaml", "mods/d2k/mod.yaml", "mods/ts/mod.yaml", "mods/modchooser/mod.yaml", "mods/all/mod.yaml") foreach ($mod in $mods) { $replacement = (gc $mod) -Replace "Version:.*", ("Version: {0}" -f $version)