Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
5.4.1
-
None
-
OS: Arch Linux, PhoneGap 5.3.9
Description
I built an app for Firefox OS using the command line interface of PhoneGap 5.3.9 (with Cordova 5.4.1). But several files inside the created package.zip file seem to be broken, for example:
locales/date.cs.properties
locales/date.eu.properties
locales/date.gl.properties
locales/date.hr.properties
res/screen/ios/screen-ipad-portrait.png
It is not possible to open these files from an archive manager. Uploading the built package to the firefox marketplace also results in an error:
Error: Validation failed because the ZIP package does not seem to be
valid. One or more files could not be successfully unzipped.
When I zip the folder platforms/firefoxos/www manually then everything works fine and the firefox marketplace accepts this zip file.
I this a bug in cordova?