Allow configurable wz directory path with launch property
Example: "java -Dwz-path=<my-custom-path> -jar Cosmic.jar "
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
@title Cosmic
|
||||
java -Xmx2048m -jar target\Cosmic.jar
|
||||
java -Xmx2048m -Dwz-path= -jar target\Cosmic.jar
|
||||
pause
|
||||
Reference in New Issue
Block a user