From fd73fab6057517d33544730c6c2730ee7c92b052 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Fri, 24 Nov 2023 17:09:27 +0100 Subject: [PATCH] update --- manifests/lethal-company.manifest | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/lethal-company.manifest b/manifests/lethal-company.manifest index b3d6f88..8d65c5b 100644 --- a/manifests/lethal-company.manifest +++ b/manifests/lethal-company.manifest @@ -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