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