[CI > Win] Fix downloading syntax error

pull/52/head
Oj 2 years ago
parent 5583b318ad
commit 2b99691dda

@ -27,7 +27,7 @@ get('https://discord.com/api/updates/distributions/app/manifests/latest?channel=
console.log('decompressing...');
body = Buffer.concat(data);
body = Buffer.concat(body);
body = zlib.brotliDecompressSync(body);
fs.writeFileSync('client.tar', body);

Loading…
Cancel
Save