minecraft-server-kb01-de/mc-java/update.ps1
2023-03-25 15:08:14 +01:00

9 lines
292 B
PowerShell

$basedir=(Get-Location)
$buildtools=$basedir.Path + "\..\.tools\buildtools"
$version="1.19.4"
Set-Location $buildtools
A:\scoop\apps\zulu-jdk\current\bin\java.exe -jar .\BuildTools.jar --rev $version
Set-Location $basedir
Move-Item ($buildtools + "\spigot-" + $version + ".jar") .\server\.