Skip to content

Commit 1b9eb68

Browse files
Share 7zip between CLIs
Switch to external 7zip binary to uncompress files. This supports both zip and lzma compression methods. Update common lib to fix dev-post-install issue.
1 parent 5cd816f commit 1b9eb68

File tree

5 files changed

+2
-6
lines changed

5 files changed

+2
-6
lines changed

lib/config.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,5 @@ export class StaticConfig extends staticConfigBaseLibPath.StaticConfigBase imple
1919
public get helpTextPath(): string {
2020
return path.join(__dirname, "../resources/help.txt");
2121
}
22-
23-
public get sevenZipFilePath() {
24-
return path.join(__dirname, util.format("../resources/platform-tools/unzip/%s/7za", process.platform));
25-
}
2622
}
27-
$injector.register("staticConfig", StaticConfig);
23+
$injector.register("staticConfig", StaticConfig);
-220 KB
Binary file not shown.
-590 KB
Binary file not shown.
-126 KB
Binary file not shown.

0 commit comments

Comments
 (0)