Add engine VERSION file.

This commit is contained in:
Paul Chote
2017-06-03 15:55:05 +00:00
committed by Oliver Brakmann
parent 82758a8bef
commit 49f0e35bd7
3 changed files with 4 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ function Version-Command
if ($version -ne $null)
{
$version | out-file ".\VERSION"
$mods = @("mods/ra/mod.yaml", "mods/cnc/mod.yaml", "mods/d2k/mod.yaml", "mods/ts/mod.yaml", "mods/modcontent/mod.yaml", "mods/all/mod.yaml")
foreach ($mod in $mods)
{