Update JDK handling to account for AdoptOpenJDK migration to Adoptium.

Fix bug with AdmZip by replacing it for the jdk extraction task. It will have to eventually be replaced for everything else.
Remove disclaimer about Oracle JDK, as it is no longer used.
This commit is contained in:
Daniel Scalzi
2021-10-14 23:17:40 -04:00
parent f9e4fd8561
commit 430e840514
4 changed files with 257 additions and 372 deletions

View File

@@ -24,7 +24,7 @@
},
"dependencies": {
"@electron/remote": "^2.0.1",
"adm-zip": "^0.5.7",
"adm-zip": "^0.5.9",
"async": "^3.2.1",
"discord-rpc": "^3.2.0",
"ejs": "^3.1.6",
@@ -33,15 +33,16 @@
"fs-extra": "^10.0.0",
"github-syntax-dark": "^0.5.0",
"jquery": "^3.6.0",
"node-stream-zip": "^1.15.0",
"request": "^2.88.2",
"semver": "^7.3.5",
"tar-fs": "^2.1.1",
"winreg": "^1.2.4"
},
"devDependencies": {
"electron": "^13.5.1",
"electron-builder": "^22.11.7",
"eslint": "^7.32.0"
"electron": "^13.5.2",
"electron-builder": "^22.13.1",
"eslint": "^8.0.1"
},
"repository": {
"type": "git",