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

Xcopy issue in setup.bat #22

Closed
san-kumar opened this issue Feb 5, 2022 · 4 comments
Closed

Xcopy issue in setup.bat #22

san-kumar opened this issue Feb 5, 2022 · 4 comments
Labels
bug Something isn't working feedback requested Maintainer has worked on issue and feedback was requested

Comments

@san-kumar
Copy link

I was unable to run setup.bat on windows because it has the following command in it

Xcopy /E /I /Y cassowary\ "C:\Program Files\cassowary\"

This showed an invalid path error.

I think the trailing slash is making it fail because removing it fixed the error

Xcopy /E /I /Y cassowary "C:\Program Files\cassowary\"

Not sure if it's just my Win10 setup but something I wanted to bring to your attention

@casualsnek
Copy link
Owner

Thanks, i will check if it works as expected !

@casualsnek
Copy link
Owner

Thanks for reporting the issue.
It seems to work on some system while fail on other. I will push changes with trailing slashes removed which seems to work on most cases !

@casualsnek
Copy link
Owner

18a68eb This commit should fix this issue !

@casualsnek casualsnek added bug Something isn't working feedback requested Maintainer has worked on issue and feedback was requested labels Feb 8, 2022
@casualsnek
Copy link
Owner

This should be fixed with latest release, i am closing this issue. If you encounter any other problem feel free to open another :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feedback requested Maintainer has worked on issue and feedback was requested
Projects
None yet
Development

No branches or pull requests

2 participants