mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 22:06:17 +00:00
feat: adding different 7z version
This commit is contained in:
BIN
binaries/7za.dll
BIN
binaries/7za.dll
Binary file not shown.
BIN
binaries/7za.exe
BIN
binaries/7za.exe
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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