diff --git a/binaries/7za.dll b/binaries/7za.dll deleted file mode 100644 index cf19f1ba..00000000 Binary files a/binaries/7za.dll and /dev/null differ diff --git a/binaries/7za.exe b/binaries/7za.exe deleted file mode 100644 index ada25ffc..00000000 Binary files a/binaries/7za.exe and /dev/null differ diff --git a/binaries/7zxa.dll b/binaries/7zxa.dll deleted file mode 100644 index e0f55bc4..00000000 Binary files a/binaries/7zxa.dll and /dev/null differ diff --git a/electron-builder.yml b/electron-builder.yml index 850e305a..dd10e81a 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -21,9 +21,8 @@ asarUnpack: win: executableName: Hydra extraResources: - - from: binaries/7za.exe - - from: binaries/7za.dll - - from: binaries/7zxa.dll + - from: binaries/7z.exe + - from: binaries/7z.dll target: - nsis - portable diff --git a/src/main/services/7zip.ts b/src/main/services/7zip.ts index 34751653..f48eec4b 100644 --- a/src/main/services/7zip.ts +++ b/src/main/services/7zip.ts @@ -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 {