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

Add .exe extension to binaries on Windows #96

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

alebcay
Copy link
Contributor

@alebcay alebcay commented Sep 3, 2022

The binaries available for download for Windows currently ship the binary as litmusctl (with no extension). While this is expected on Linux/macOS (where executables have no extension), it seems that Windows has trouble running/recognizing executable files that have no extension. Windows users currently need to rename the file manually to be able to execute it.

This PR modifies the build script to add .exe extension for Windows build artifacts where it is expected.

Signed-off-by: Caleb Xu <calebcenter@live.com>
@Jonsy13 Jonsy13 merged commit 0ca98c0 into litmuschaos:master Sep 13, 2022
@Jonsy13
Copy link
Collaborator

Jonsy13 commented Sep 13, 2022

Thanks @alebcay for the contribution!! 🚀

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

Successfully merging this pull request may close these issues.

5 participants