mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-27 12:51:03 +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:
|
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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user