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,6 +34,7 @@ module.exports = {
const dlBundle = global._.bundles[os_string]
const data = {
install_steps: {
http_downloads: [
{
path: dlBundle.filename,
@ -44,6 +45,7 @@ module.exports = {
}
]
}
}
return data
},