mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
small auto installer
This commit is contained in:
parent
2fb0b99696
commit
3e7445266e
1 changed files with 16 additions and 0 deletions
16
Manager_Geyser.cmd
Normal file
16
Manager_Geyser.cmd
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
@echo off
|
||||
TITLE Manager GEYSER v0.1
|
||||
cd /d %~dp0
|
||||
if exist Geyser.jar (
|
||||
java -jar Geyser.jar
|
||||
) else (
|
||||
echo Downloading Geyser!
|
||||
|
||||
start https://ci.nukkitx.com/job/Geyser/job/master/lastSuccessfulBuild/artifact/target/Geyser.jar
|
||||
)
|
||||
set /p go=Ready? (type "yes" from start Geyser):
|
||||
if "%go%" == "yes" (
|
||||
start Manager_Geyser.cmd
|
||||
) else (
|
||||
exit
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue