update
This commit is contained in:
parent
8e2655b679
commit
0ce7ed02b6
|
@ -33,18 +33,26 @@ module.exports = {
|
|||
|
||||
const dlBundle = global._.bundles[os_string]
|
||||
|
||||
const data = {
|
||||
install_steps: {
|
||||
http_downloads: [
|
||||
{
|
||||
const dlObject ={
|
||||
path: dlBundle.filename,
|
||||
url: dlBundle.url,
|
||||
extract: true,
|
||||
delete_after_extract: true,
|
||||
progress: true,
|
||||
}
|
||||
|
||||
const data = {
|
||||
install_steps: {
|
||||
http_downloads: [
|
||||
dlObject
|
||||
]
|
||||
}
|
||||
},
|
||||
update_steps: {
|
||||
http_downloads: [
|
||||
dlObject
|
||||
]
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
return data
|
||||
|
|
Loading…
Reference in New Issue