cargo-nuget icon indicating copy to clipboard operation
cargo-nuget copied to clipboard

Force using forward slashes for native library names

Open geext-dk opened this issue 4 years ago • 0 comments

Fixes #34

The problem with using PathBuf is that it uses backslashes on Windows. But the zip-rs library expects only forward slashes to be used as a directory separator, so it instead creates files with backslashes in their names (actually zip-rs in newer versions even converts backslashes to underscores).

geext-dk avatar Feb 15 '21 13:02 geext-dk