Hello,
I’m trying to package my app for firefoxos. I ran “ionic build firefoxos”, then results is a platforms/firefoxos/build/package.zip file. When I’m testing this package on the Marketplace validator (https://marketplace.firefox.com/developers/validator) I got 2 errors :
- ZIP could not be read
- Corrupt ZIP file
And when I check the archive with zip -T I got several errors :
lenny@lenny-Peppy:~/projets/ionic/utip/platforms/firefoxos/build$ zip -T package.zip
error: invalid compressed data to inflate lib/ionic/fonts/ionicons.eot
error: invalid compressed data to inflate lib/ionic/fonts/ionicons.woff
error: invalid compressed data to inflate lib/ionic/release/fonts/ionicons.eot
error: invalid compressed data to inflate lib/ionic/release/fonts/ionicons.woff
test of package.zip FAILED
zip error: Zip file invalid, could not spawn unzip, or wrong unzip (original files unmodified)
Anyone got success uploading a ionic-made package to the marketplace without these errors ?
Thanks,
lenny