blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

Fix the missing fs.copySync patch in native-packager.js #239

Open EricLeiLi opened 11 years ago

EricLeiLi commented 11 years ago

fs.copySync is deprecated in node 0.8.14 and we all changed it to packagerUtils.copyFile. However, the location (for appdesc use case) is missing in native-packager.js, we need to fix it.