update
This commit is contained in:
parent
062f28e706
commit
fd73fab605
|
@ -34,7 +34,8 @@ module.exports = {
|
||||||
const dlBundle = global._.bundles[os_string]
|
const dlBundle = global._.bundles[os_string]
|
||||||
|
|
||||||
const data = {
|
const data = {
|
||||||
http_downloads: [
|
install_steps: {
|
||||||
|
http_downloads: [
|
||||||
{
|
{
|
||||||
path: dlBundle.filename,
|
path: dlBundle.filename,
|
||||||
url: dlBundle.url,
|
url: dlBundle.url,
|
||||||
|
@ -43,6 +44,7 @@ module.exports = {
|
||||||
progress: true,
|
progress: true,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return data
|
return data
|
||||||
|
|
Loading…
Reference in New Issue