@furaflight/mcp 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripts/install.cjs +1 -1
package/package.json
CHANGED
package/scripts/install.cjs
CHANGED
|
@@ -64,7 +64,7 @@ const detectPlatformKey = () => {
|
|
|
64
64
|
return `${platform}-${arch}`;
|
|
65
65
|
};
|
|
66
66
|
|
|
67
|
-
const getDestPath = () => path.join(__dirname, "bin", DEST_BINARY_NAME);
|
|
67
|
+
const getDestPath = () => path.join(__dirname, "..", "bin", DEST_BINARY_NAME);
|
|
68
68
|
|
|
69
69
|
/**
|
|
70
70
|
* True only when running against a checkout of the source repo itself
|