@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.
- package/package.json +1 -1
- package/scripts/ndi.js +1 -1
package/package.json
CHANGED
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.
|
|
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 */
|