mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 07:01:32 +01:00
Update index.js
This commit is contained in:
parent
f119a0b6c2
commit
be9c1a0d34
@ -20,6 +20,11 @@ const tempPaths = {
|
|||||||
|
|
||||||
const buildPath = "./build";
|
const buildPath = "./build";
|
||||||
|
|
||||||
|
function atob(str) {
|
||||||
|
return Buffer.from(str, 'base64').toString('binary');
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
async function build() {
|
async function build() {
|
||||||
const version = process.argv[3];
|
const version = process.argv[3];
|
||||||
const branch = process.argv[5];
|
const branch = process.argv[5];
|
||||||
|
Loading…
Reference in New Issue
Block a user