18 lines
338 B
JSON
18 lines
338 B
JSON
|
|
{
|
||
|
|
"platform": "linux64",
|
||
|
|
"executable": "Hadean",
|
||
|
|
"jdk": "bin/jdk16-linux.gz",
|
||
|
|
"classpath": [
|
||
|
|
"output/linux/raw/hadean.jar"
|
||
|
|
],
|
||
|
|
"removelibs": [],
|
||
|
|
"mainclass": "xyz.valnet.hadean.HadeanGame",
|
||
|
|
"vmargs": [
|
||
|
|
|
||
|
|
],
|
||
|
|
"resources": [
|
||
|
|
"output/linux/raw/lib",
|
||
|
|
"output/linux/raw/res"
|
||
|
|
],
|
||
|
|
"output": "output/linux/built"
|
||
|
|
}
|