mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-11 11:51:19 +08:00
fix(temurin11-jre): wrong extract_dir path (#360)
This commit is contained in:
parent
3a45784266
commit
d363000b9e
@ -13,7 +13,7 @@
|
||||
"hash": "60ed46fd2072d2ab25333a367b0ed58f8cf6441b877628f2324273a6b5c71222"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-11.0.13+8",
|
||||
"extract_dir": "jdk-11.0.13+8-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
@ -37,6 +37,6 @@
|
||||
"url": "$url.sha256.txt",
|
||||
"find": "^([a-fA-F0-9]+)\\s"
|
||||
},
|
||||
"extract_dir": "jdk-$matchMajor+$matchBuild"
|
||||
"extract_dir": "jdk-$matchMajor+$matchBuild-jre"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user