Update index.js

This commit is contained in:
Refactoring 2024-07-17 19:42:52 +05:30 committed by GitHub
parent f119a0b6c2
commit be9c1a0d34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

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