Skip to content

Commit eeeda6a

Browse files
Merge pull request #194 from NativeScript/vladimirov/7zip
Share 7zip between CLIs
2 parents 5cd816f + 1b9eb68 commit eeeda6a

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)