[
https://issues.apache.org/jira/browse/CB-8260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14370757#comment-14370757
]
Leo Wandersleb commented on CB-8260:
------------------------------------
Same here. Sam could you share how you worked around this? I only started
looking into it. If not, I'll provide a workaround tomorrow.
My deploy script currently does this:
cordova build browser --release
scp platforms/browser/build/package.zip $SERVER:$FOLDER
ssh $SERVER 'cd '$FOLDER';unzip -o package.zip;rm package.zip'
and sound and font files cause issues.
> Error when unzipping build zip package
> --------------------------------------
>
> Key: CB-8260
> URL: https://issues.apache.org/jira/browse/CB-8260
> Project: Apache Cordova
> Issue Type: Bug
> Components: Browser
> Reporter: Sam Verschueren
>
> When I build my project with 'cordova build browser', a zip file will be
> created under the build folder. When I unzip that folder I get the following
> errors for certain files:
> error: invalid compressed data to inflate
> It seems that the problem lays in the adm-zip module used to create that zip
> package. Other people have reported the same issue in the issue tracker of
> adm-zip (https://github.com/cthackers/adm-zip/issues/102).
> This could be solved by using another archiver module like
> https://github.com/ctalkington/node-archiver as suggested by another user in
> the issue tracker of adm-zip.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]