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];