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

fix(cli/compile): do not append .exe depending on target #9668

Merged
merged 8 commits into from
Mar 7, 2021

Conversation

littledivy
Copy link
Member

@littledivy littledivy commented Mar 3, 2021

Fixes bug described in https://discord.com/channels/684898665143206084/689420767620104201/816669791359991828

Prevents appending .exe extensions on windows based on target.

Fixes #9667

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@littledivy looks good, can we get some test to ensure this situation doesn't happen again?

Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks @littledivy !

@ry ry merged commit 74584ee into denoland:main Mar 7, 2021
@littledivy littledivy deleted the fix-compile-exe branch March 7, 2021 13:59
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.

deno compile add the .exe extension on windows even if the target is specified
4 participants