Fix wrong jre image

This commit is contained in:
Quentin Legot 2023-09-29 11:56:03 +02:00
parent b75b005167
commit cec40551c9

View File

@ -19,15 +19,15 @@
"win32": { "win32": {
"x64": { "x64": {
"name": "jdk-17.0.8.1+1-jre", "name": "jdk-17.0.8.1+1-jre",
"link": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-debugimage_x64_windows_hotspot_17.0.8.1_1.zip", "link": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jre_x64_windows_hotspot_17.0.8.1_1.zip",
"sha256sum": "651a795155dc918c06cc9fd4b37253b9cbbca5ec8e76d4a8fa7cdaeb1f52761c" "sha256sum": "a43a96a10c8bd531b7fadd2f3dcf5b839c81c79affcfba0141f1e8b4ffefe521"
} }
}, },
"linux": { "linux": {
"x64": { "x64": {
"name": "jdk-17.0.8.1+1", "name": "jdk-17.0.8.1+1",
"link": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jdk_x64_linux_hotspot_17.0.8.1_1.tar.gz", "link": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jre_x64_linux_hotspot_17.0.8.1_1.tar.gz",
"sha256sum": "c25dfbc334068a48c19c44ce39ad4b8427e309ae1cfa83f23c102e78b8a6dcc0" "sha256sum": "ab68857594792474a3049ede09ea1178e42df29803a6a41be771794f571b2d4e"
} }
} }
} }