File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- /* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */
1
+ /* Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. */
2
2
3
3
/******************************************************************************
4
4
*
25
25
*
26
26
* USAGE
27
27
* Run this script like:
28
- * node extractpackage.js path=oracledb-vX.Y.Z-node-vNN -platform-architecture.gz
28
+ * node extractpackage.js path=oracledb-vX.Y.Z-node-abiNN -platform-architecture.gz
29
29
* For example:
30
- * node extractpackage.js path=oracledb-v2 .0.14 -node-v57 -darwin-x64.gz
30
+ * node extractpackage.js path=oracledb-v3 .0.0 -node-abi64 -darwin-x64.gz
31
31
*
32
- * The extracted binary can be manually moved to the correct directory.
32
+ * The extracted binary can be manually moved to the correct directory such
33
+ * as node_modules/oracledb/build/Release
33
34
*
34
35
*****************************************************************************/
35
36
You can’t perform that action at this time.
0 commit comments