You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even on Windows, the archive contents should only use forward slash as directory separator otherwise it causes problems on non-Windows systems where backslash is a valid character in a filename.
According to the Zip file spec section 4.4.17.1, the path MUST only use forward slashes
bczhc, FreekBes, mingwli, slonopotamus, HebaruSan and 2 more