Rough completion of JRE downloads from oracle.

Mojang fallback cannot be implemented due to limitations of decompressing large lzma files in node.js. This can probably be worked around by packaging with some command line binary, but it honestly it not worth it.
This commit is contained in:
Daniel Scalzi
2018-03-31 20:45:24 -04:00
parent ae387757bc
commit 7fb33c6813
3 changed files with 260 additions and 47 deletions

View File

@@ -33,6 +33,7 @@
"ejs-electron": "^2.0.1",
"jquery": "^3.3.1",
"request-promise-native": "^1.0.5",
"targz": "^1.0.1",
"uuid": "^3.2.1",
"winreg": "^1.2.4"
},