UNPKG

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