@stagetimerio/grandiose 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/scripts/ndi.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stagetimerio/grandiose",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Node.js N-API native addon wrapping the NDI SDK.",
5
5
  "homepage": "https://github.com/stagetimerio/grandiose#readme",
6
6
  "keywords": [
package/scripts/ndi.js CHANGED
@@ -98,7 +98,7 @@ const tmp = require("tmp")
98
98
  shell.mkdir("-p", "ndi/lib/mac-a64")
99
99
  shell.mkdir("-p", "ndi/lib/mac-x64")
100
100
  shell.mv(path.join(dir1, "NDI SDK for Apple/include/*.h"), "ndi/include/")
101
- shell.mv(path.join(dir1, "NDI SDK for Apple/lib/macOS/*.dylib"), "ndi/lib/mac-a64/")
101
+ shell.cp(path.join(dir1, "NDI SDK for Apple/lib/macOS/*.dylib"), "ndi/lib/mac-a64/")
102
102
  shell.mv(path.join(dir1, "NDI SDK for Apple/lib/macOS/*.dylib"), "ndi/lib/mac-x64/")
103
103
 
104
104
  /* remove temporary files */