🍴 Using my own fork of node-7z-forall

This commit is contained in:
2022-03-30 23:43:05 -07:00
parent a9296fa975
commit e8bbc4f149
4 changed files with 137 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ import {
const fse = require("fs-extra");
const Unrar = require("unrar");
import path, { parse } from "path";
import { list, extract, onlyArchive } from "node-7z-forall";
import { list, extract, onlyArchive } from "node-7z-threetwo";
import { IExtractedComicBookCoverFile } from "threetwo-ui-typings";
import sharp from "sharp";
import { getFileConstituents } from "../utils/file.utils";