mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-12 16:08:39 +08:00
Add adoptopenjdk-jmc version 8.0.0 (#269)
This commit is contained in:
parent
141be1122c
commit
e8cbbd3ecb
30
bucket/adoptopenjdk-jmc.json
Normal file
30
bucket/adoptopenjdk-jmc.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"description": "JDK Mission Control built by AdoptOpenJDK",
|
||||
"homepage": "https://adoptopenjdk.net/jmc.html",
|
||||
"version": "8.0.0",
|
||||
"license": "UPL-1.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk-jmc-overrides/releases/download/8.0.0/org.openjdk.jmc-8.0.0-win32.win32.x86_64.zip",
|
||||
"hash": "d273befe4321e007989da46d6b311b9ef31723ba92701ac4128133d460410894"
|
||||
}
|
||||
},
|
||||
"extract_dir": "JDK Mission Control",
|
||||
"shortcuts": [
|
||||
[
|
||||
"jmc.exe",
|
||||
"JDK Mission Control (AdoptOpenJDK)"
|
||||
]
|
||||
],
|
||||
"persist": "configuration",
|
||||
"checkver": {
|
||||
"github": "https://github.com/AdoptOpenJDK/openjdk-jmc-overrides"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/AdoptOpenJDK/openjdk-jmc-overrides/releases/download/$version/org.openjdk.jmc-$version-win32.win32.x86_64.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user