remove old todo

This commit is contained in:
cupcakearmy 2019-12-03 23:38:49 +01:00
parent 352754dad9
commit cdf18430b6
1 changed files with 0 additions and 2 deletions

View File

@ -169,8 +169,6 @@ const handlers: Handlers = {
await downloadFile(dl.browser_download_url, tmp)
// TODO: Native bz2
// Decompress
w.replaceLn('Decompressing binary... 📦')
exec('bzip2', ['-dk', tmp])
unlinkSync(tmp)