zend-patterns / ZendServerSDK

Pure ZF2 CLI for zpk creation and webapi client.
BSD 3-Clause "New" or "Revised" License
22 stars 17 forks source link

Empty subfolder is not in ZPK as expect #26

Closed minkbear closed 10 years ago

minkbear commented 10 years ago

Example: Foo/test_empty is empty subfolder.

when order command packZpk. The ouput in ZPK is: < empty folder name >/Foo/Test_empty

It should not have "empty folder" in ZPK

minkbear commented 10 years ago

When open ZPK file with 7zip, It shows < empty folder name >/Foo/Test_empty in the 7zip program. But extract ZPK in physical space, the structure is correct as expect. So closed this ticket.