mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-10 04:12:54 +08:00
7 lines
213 B
Batchfile
7 lines
213 B
Batchfile
|
@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
|