First commit
This commit is contained in:
7
platforms/hybrid/copyBinaries.js
Normal file
7
platforms/hybrid/copyBinaries.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var fse = require( "fs-extra" );
|
||||
|
||||
|
||||
fse.copySync("../node_modules/node/bin/node", "./binaries/node");
|
||||
|
||||
|
||||
fse.copySync("../node_modules/nw/", "./binaries/nw/");
|
||||
Reference in New Issue
Block a user