Splash Screen and other stuff!

This commit is contained in:
2022-03-26 23:07:55 -04:00
parent c52f8b0b95
commit c1ec34804c
23 changed files with 458 additions and 124 deletions

15
packr/PackrConfig.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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"
}

BIN
packr/packr-all-4.0.0.jar Normal file

Binary file not shown.