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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -21,9 +21,8 @@ asarUnpack:
win: win:
executableName: Hydra executableName: Hydra
extraResources: extraResources:
- from: binaries/7za.exe - from: binaries/7z.exe
- from: binaries/7za.dll - from: binaries/7z.dll
- from: binaries/7zxa.dll
target: target:
- nsis - nsis
- portable - portable

View File

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