@elasticprojects/abstract-cli
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -22,3 +22,3 @@ "use strict"; | ||
const bin = function (binaryName) { | ||
const localBinPath = _path2.default.resolve(__dirname, "../", binaryName); | ||
const localBinPath = _path2.default.resolve(__dirname, "..", "bin", binaryName); | ||
const unpackedBinPath = localBinPath.replace("app.asar", "app.asar.unpacked"); | ||
@@ -25,0 +25,0 @@ const moduleBinPath = _path2.default.resolve(__dirname, "node_modules", "@elasticprojects", "abstract-cli", "bin", binaryName); |
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"license": "UNLICENSED", | ||
@@ -11,0 +11,0 @@ "repository": "elasticprojects/deskapi", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12929779