mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-12 06:16:26 +08:00
zulumc: Fix broken installer (#309)
* Fix broken zulumc installer 💉
* Review comment. Change protocol to https
This commit is contained in:
parent
2256d8283d
commit
43d06646b0
@ -1,28 +1,28 @@
|
||||
{
|
||||
"homepage": "https://www.azul.com/products/zulu-mission-control",
|
||||
"version": "8.1.0.42",
|
||||
"description": "Zulu Mission Control",
|
||||
"description": "A build of JDK Mission Control, an open source Java runtime profiling and monitoring utility",
|
||||
"homepage": "https://www.azul.com/products/components/zulu-mission-control/",
|
||||
"license": "UPL-1.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://cdn.azul.com/zmc/bin/zmc8.1.0.42-ca-win_x64.zip",
|
||||
"hash": "a430e6b797c805d4e0e40bd66fbff79ff77d3de4b5394a75c6596c09abcb7143",
|
||||
"extract_dir": "zmc8.1.0.42-ca-win_x64"
|
||||
"extract_dir": "zmc8.1.0.42-ca-win_x64\\Azul Mission Control"
|
||||
}
|
||||
},
|
||||
"bin": "zmc.exe",
|
||||
"shortcuts": [
|
||||
[
|
||||
"zmc.exe",
|
||||
"Zulu Mission Control"
|
||||
]
|
||||
],
|
||||
"persist": "configuration",
|
||||
"checkver": "zmc([\\d.]+)(?<eaca>-EA|-ca)?-win",
|
||||
"checkver": "zmc([\\d.]+)-ca-win",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://cdn.azul.com/zmc/bin/zmc$version$matchEaca-win_x64.zip",
|
||||
"extract_dir": "zmc$version$matchEaca-win_x64"
|
||||
"url": "https://cdn.azul.com/zmc/bin/zmc$version-ca-win_x64.zip",
|
||||
"extract_dir": "zmc$version-ca-win_x64\\Zulu Mission Control"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user