minecraft-server-kb01-de/mc-java/update.ps1

11 lines
290 B
PowerShell
Raw Permalink Normal View History

2023-03-25 15:08:14 +01:00
$basedir=(Get-Location)
$buildtools=$basedir.Path + "\..\.tools\buildtools"
$version="1.19.4"
$java=$env:JAVA_HOME
2023-03-25 15:08:14 +01:00
Set-Location $buildtools
& $java\bin\java.exe -jar .\BuildTools.jar --rev $version
2023-03-25 15:08:14 +01:00
Set-Location $basedir
Move-Item ($buildtools + "\spigot-" + $version + ".jar") .\server\.