Skip to content
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

Manifests contain backslashes when built on windows #65

Closed
Diggsey opened this issue May 20, 2017 · 1 comment
Closed

Manifests contain backslashes when built on windows #65

Diggsey opened this issue May 20, 2017 · 1 comment

Comments

@Diggsey
Copy link
Contributor

Diggsey commented May 20, 2017

This results in windows targets being uninstallable on linux with the latest nightly.

Paths should be converted to a platform independent format before being written to the manifest: https://github.com/rust-lang/rust-installer/blob/master/src/generator.rs#L120-L124

@cuviper
Copy link
Member

cuviper commented May 20, 2017

Ah, I see. I dealt with that for tar itself (alexcrichton/tar-rs#106), but I neglected to check the manifest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants