Fix conf deploy/nexus

This commit is contained in:
Samuele Locatelli
2021-09-21 18:24:21 +02:00
parent 57920f2b59
commit d312fa1eb2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.1.2109.2118</version>
<url>https://nexus.steamware.net/repository/SWS/MP-LAND2/stable/LAST/MP.Land.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-LAND2/stable/LAST/ChangeLog.html</changelog>
<url>https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/MP.Land.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>
</item>
+1 -1
View File
@@ -20,7 +20,7 @@ Set-Content -Path $FileVers -Value $currRelNum
# replace x manifest
$manData = Get-Content $FileManIn
$manData = $manData -replace "1.0.0.0", $currRelNum
$manData = $manData -replace "{{DIRNAME}}", "MP-LAND2"
$manData = $manData -replace "{{DIRNAME}}", "MP-LAND"
$manData = $manData -replace "{{BRANCHNAME}}", "stable/LAST"
$manData = $manData -replace "{{PACKNAME}}", "MP.Land"
Set-Content -Path $FileManOut -Value $manData