-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZIP format on Linux, no folders(2.0.4) #191
Comments
Hi rysson, is this problem specific to MiddleCommander? Does cmdline zip for example treat it correctly? |
@sirskunkalot, yes and I see why.
Midnight commander takes path directly. And can event unpack file by file (in this case Example of
EDIT:
|
OK, thx. Problem is that it is packed with PowerShell. And that specific cmdlet has no option to convert the path seperator. I consider switching to another packer. |
Thanks a lot. Do you paste all paths directly (with |
Its recursive, I will give the DirectPath approach a try. |
There is a fixed version of powershell's Archive commands. Though not installed by default. (Why MS?) PowerShell/Microsoft.PowerShell.Archive#48 (comment) After installing, i got a proper zip from the publish script. |
I can confirm this works fine now on my Kali box. Fixed with v2.0.8 |
I've confirmed, it works in 2.0.8. |
Hi, thanks for you work.
I have small issue in 2.0.4 in MiddleCommander on Linux Debian, there are no folder, only files with
\
in name.In 2.0.1 everything was fine.
Could you change packing tool? Example 7zip (one developer had changed and the problem was gone).
The text was updated successfully, but these errors were encountered: