JAML/packr/PackrConfig.json

15 lines
381 B
JSON

{
"platform": "windows64",
"jdk": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.2%2B8/OpenJDK17U-jdk_x64_windows_hotspot_17.0.2_8.zip",
"executable": "JAML",
"jrePath": "",
"mainclass": "tech.nevets.jaml.JAML",
"vmargs": [
"Xmx2G"
],
"resources": [
"../src/main/resources"
],
"minimizejre": "soft",
"output": "packr-out"
}