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

ERROR: Unable to find end of central directory record #205

Closed lsale closed 11 years ago

lsale commented 11 years ago

The above error comes up if, when packaging from command line, a path with spaces is included without being enclosed in double quotes.

bbwp D:\Programmieren\Eigene Apps\html5\NorgesNyheter.zip -o D:\Programmieren\Eigene Apps\fertig instead of bbwp "D:\Programmieren\Eigene Apps\html5\NorgesNyheter.zip" -o "D:\Programmieren\Eigene Apps\fertig"

The error message should be meaningful.

ericpearson commented 11 years ago

fixed, can be closed