feat: adding different 7z version

This commit is contained in:
Chubby Granny Chaser
2025-04-01 22:36:17 +01:00
parent f547b85df7
commit b2b4b1ff3c
5 changed files with 3 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import path from "node:path";
export const binaryName = {
linux: "7zzs",
darwin: "7zz",
win32: "7za.exe",
win32: "7z.exe",
};
export class _7Zip {