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

Deno compile truncate the output filename with target x86_64-pc-windows-msvc #15992

Closed
RoXuS opened this issue Sep 22, 2022 · 1 comment · Fixed by #15994
Closed

Deno compile truncate the output filename with target x86_64-pc-windows-msvc #15992

RoXuS opened this issue Sep 22, 2022 · 1 comment · Fixed by #15994
Assignees
Labels
bug Something isn't working compile related to the `deno compile` feature windows Related to Windows platform

Comments

@RoXuS
Copy link

RoXuS commented Sep 22, 2022

Since last version when we compile like this:
deno compile -A --target x86_64-pc-windows-msvc -o targets/test-2.114.0 jira-tools.ts

The output is truncated: test-2.114.exe instead of test-2.114.0.exe

No issue with another target:
deno compile -A --target x86_64-apple-darwin -o targets/test-2.114.0 jira-tools.ts

The ouput is ok: test-2.114.0

Maybe an issue when you add .exe?

Screenshot:

image

@dsherret dsherret self-assigned this Sep 22, 2022
@dsherret dsherret added bug Something isn't working compile related to the `deno compile` feature windows Related to Windows platform labels Sep 22, 2022
@RoXuS
Copy link
Author

RoXuS commented Sep 22, 2022

Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compile related to the `deno compile` feature windows Related to Windows platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants