Fix paths in moveItems.ps1
This commit is contained in:
@@ -26,7 +26,7 @@ if(!(Test-Path $outputPath))
|
|||||||
# Wenn NEIN => erstellen
|
# Wenn NEIN => erstellen
|
||||||
if(!(Test-Path $resourcePath))
|
if(!(Test-Path $resourcePath))
|
||||||
{
|
{
|
||||||
Write-Host "Creating 'copsandrobbers' resources directory"
|
Write-Host "Creating 'reallife-gamemode' resources directory"
|
||||||
New-Item -ItemType Directory -Path $resourcePath | Out-Null
|
New-Item -ItemType Directory -Path $resourcePath | Out-Null
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -35,4 +35,4 @@ Copy-Item "$outputPath\$outFile" "$resourcePath\" -Force
|
|||||||
Copy-Item "$outputPath\meta.xml" "$resourcePath\" -Force
|
Copy-Item "$outputPath\meta.xml" "$resourcePath\" -Force
|
||||||
|
|
||||||
# Abhaengige DLLs in runtime Ordner verschieben
|
# Abhaengige DLLs in runtime Ordner verschieben
|
||||||
Copy-Item "$outputPath\*.dll" "$runtimePath\" -Exclude "CopsAndRobbers.Server.dll"
|
Copy-Item "$outputPath\*.dll" "$runtimePath\" -Exclude "ReallifeGamemode.Server.dll"
|
||||||
Reference in New Issue
Block a user