diff --git a/MP.Land/Resources/manifest.xml b/MP.Land/Resources/manifest.xml index bb5342cc..29e07ccd 100644 --- a/MP.Land/Resources/manifest.xml +++ b/MP.Land/Resources/manifest.xml @@ -1,7 +1,7 @@ 1.1.2109.2118 - https://nexus.steamware.net/repository/SWS/MP-LAND2/stable/LAST/MP.Land.zip - https://nexus.steamware.net/repository/SWS/MP-LAND2/stable/LAST/ChangeLog.html + https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/MP.Land.zip + https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/ChangeLog.html false diff --git a/MP.Land/post-build.ps1 b/MP.Land/post-build.ps1 index fa3e9f99..b0923e85 100644 --- a/MP.Land/post-build.ps1 +++ b/MP.Land/post-build.ps1 @@ -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