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

chore(cli): Add "Deno" to the windows file description. #9959

Merged
merged 1 commit into from
Apr 1, 2021

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Apr 1, 2021

I opened task manager and noticed the Deno process does not say "Deno" in the description.

image

You can also see Deno is not visible in the screenshots on this previous PR in another scenario: #6881

@@ -101,4 +101,4 @@ nix = "0.20.0"
OriginalFilename = "deno.exe"
LegalCopyright = "© Deno contributors & Deno Land Inc. MIT licensed."
ProductName = "Deno"
FileDescription = "A secure runtime for JavaScript and TypeScript."
FileDescription = "Deno: A secure runtime for JavaScript and TypeScript"
Copy link
Member Author

Choose a reason for hiding this comment

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

Removed period because nothing else in my task manager has a period.

Also, used a colon because it's similar to what node.js does:
image

@@ -101,4 +101,4 @@ nix = "0.20.0"
OriginalFilename = "deno.exe"
LegalCopyright = "© Deno contributors & Deno Land Inc. MIT licensed."
ProductName = "Deno"
FileDescription = "A secure runtime for JavaScript and TypeScript."
FileDescription = "Deno: A secure runtime for JavaScript and TypeScript"
Copy link
Member Author

@dsherret dsherret Apr 1, 2021

Choose a reason for hiding this comment

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

FWIW, main website says "A secure runtime for JavaScript and TypeScript." while the repo description says "A secure JavaScript and TypeScript runtime.". I kept this matching the website.

@dsherret dsherret changed the title chore: Add "Deno" to the windows file description. chore(cli): Add "Deno" to the windows file description. Apr 1, 2021
Copy link
Contributor

@kitsonk kitsonk left a comment

Choose a reason for hiding this comment

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

LGTM

@kitsonk kitsonk merged commit 6048ce5 into denoland:main Apr 1, 2021
@dsherret dsherret deleted the improveWinFileDescription branch April 2, 2021 18:33
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.

None yet

2 participants