"Fixes" the issue where we can't run the vale binary on windows (#8 ).
However this adds a new "vale.exe" to the mainfest, which is not as clean than the original single vale_bin (which I assume was intended to be common to all platforms).
There might be other ways to deal with this, perhaps varying based on whether the user is running powershell or cmd.exe, but adding the .exe is probably the simplest solution.
I put this in a separate PR from #8 for now, since adding the .exe seems like a more invasive addition, but of course I'm happy to rearrange it however you prefer!
"Fixes" the issue where we can't run the vale binary on windows (#8 ).
However this adds a new "vale.exe" to the mainfest, which is not as clean than the original single vale_bin (which I assume was intended to be common to all platforms).
There might be other ways to deal with this, perhaps varying based on whether the user is running powershell or cmd.exe, but adding the .exe is probably the simplest solution.
I put this in a separate PR from #8 for now, since adding the .exe seems like a more invasive addition, but of course I'm happy to rearrange it however you prefer!