mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
feat: adding different 7z version
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user