Comparing version 0.0.2 to 0.0.3
@@ -8,7 +8,7 @@ const spawn = require('child_process').spawn | ||
const depthmapVersions = { | ||
linux: './bin/linux/depthmapXcli', | ||
darwin: './bin/osx/depthmapXcli' | ||
linux: '/bin/linux/depthmapXcli', | ||
darwin: '/bin/osx/depthmapXcli' | ||
//win32: './bin/win32/depthmapXcli' // FIXME: add Win32 CLI executable | ||
} | ||
const depthmapPath = depthmapVersions[process.platform] | ||
const depthmapPath = __dirname + depthmapVersions[process.platform] | ||
@@ -15,0 +15,0 @@ // methods |
{ | ||
"name": "depthmapx", | ||
"description": "Node.js Bindings for depthmapX CLI", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"repository": "archilogic-com/node-depthmapX", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
3220324