1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.getLinuxToolsPath = void 0;
|
4 | const binDownload_1 = require("../binDownload");
|
5 | function getLinuxToolsPath() {
|
6 | //noinspection SpellCheckingInspection
|
7 | return (0, binDownload_1.getBinFromUrl)("linux-tools", "mac-10.12.3", "SQ8fqIRVXuQVWnVgaMTDWyf2TLAJjJYw3tRSqQJECmgF6qdM7Kogfa6KD49RbGzzMYIFca9Uw3MdsxzOPRWcYw==");
|
8 | }
|
9 | exports.getLinuxToolsPath = getLinuxToolsPath;
|
10 | //# sourceMappingURL=tools.js.map |
\ | No newline at end of file |