From 63a9b2e289ebf3c62e55ecc4d5b4ee7bceefb948 Mon Sep 17 00:00:00 2001 From: TheLostTree <65834918+TheLostTree@users.noreply.github.com> Date: Mon, 18 Apr 2022 16:42:51 -0700 Subject: [PATCH] for those who dont want to change their system path, have a run.bat(edit if your java8 install is in a different location) --- run.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 run.bat diff --git a/run.bat b/run.bat new file mode 100644 index 000000000..3bb823ed7 --- /dev/null +++ b/run.bat @@ -0,0 +1,7 @@ +@echo off + + + +::This will not work if your java is in a different location, plugin as necessary +::this just saves you from changing your PATH +"C:\Program Files\Java\jdk1.8.0_202\bin\java.exe" -jar ./grasscutter.jar \ No newline at end of file