From be9c1a0d34a796e9fc24373aaf3456ba90004ffc Mon Sep 17 00:00:00 2001 From: Refactoring <143757135+refactorinqq@users.noreply.github.com> Date: Wed, 17 Jul 2024 19:42:52 +0530 Subject: [PATCH] Update index.js --- autobuilder/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/autobuilder/index.js b/autobuilder/index.js index 84a258f..42a1230 100644 --- a/autobuilder/index.js +++ b/autobuilder/index.js @@ -20,6 +20,11 @@ const tempPaths = { const buildPath = "./build"; +function atob(str) { + return Buffer.from(str, 'base64').toString('binary'); +} + + async function build() { const version = process.argv[3]; const branch = process.argv[5];