This commit is contained in:
srgooglo 2023-11-24 17:09:27 +01:00
parent 062f28e706
commit fd73fab605
1 changed files with 3 additions and 1 deletions

View File

@ -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