update
This commit is contained in:
parent
fb419b16d7
commit
6fb55dfcc3
2
manifest
2
manifest
|
@ -74,11 +74,11 @@ module.exports = {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
init: async ({os_string, install_path}) => {
|
init: async ({os_string, install_path}) => {
|
||||||
console.log(os_string)
|
|
||||||
return {
|
return {
|
||||||
install_steps: {
|
install_steps: {
|
||||||
http_downloads: [
|
http_downloads: [
|
||||||
{
|
{
|
||||||
|
tmp: true,
|
||||||
url: JAVA_JRE_REMOTES[os_string],
|
url: JAVA_JRE_REMOTES[os_string],
|
||||||
extract: `${install_path}/jdk`,
|
extract: `${install_path}/jdk`,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue