casualsnek / cassowary

Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configuration GUI
GNU General Public License v2.0
2.88k stars 75 forks source link

Xcopy issue in setup.bat #22

Closed san-kumar closed 2 years ago

san-kumar commented 2 years ago

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 commented 2 years ago

Thanks, i will check if it works as expected !

casualsnek commented 2 years ago

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 commented 2 years ago

https://github.com/casualsnek/cassowary/commit/18a68ebabcbc8375c54031f8cd6c152469b0ae2c This commit should fix this issue !

casualsnek commented 2 years ago

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