diff options
author | Mark Tiedemann <www.marktiedemann@gmail.com> | 2020-07-26 16:39:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 10:39:34 -0400 |
commit | 9f3ab4dca7ed5c810352b67fce24aa800defc5a6 (patch) | |
tree | ed57fe8547fc6d320e84bf594a3ec13aea678fe4 | |
parent | 017aa1ca1b63f08bd251ef3bd0fc6b540d2b5fdd (diff) |
Shorten Windows file description (#6881)
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 556fe247c..3e1e1e75f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -85,4 +85,4 @@ pty = "0.2.2" OriginalFilename = "deno.exe" LegalCopyright = "© Deno contributors & Deno Land Inc. MIT licensed." ProductName = "Deno" -FileDescription = "A secure JavaScript/TypeScript runtime, built on V8 and Rust." +FileDescription = "A secure runtime for JavaScript and TypeScript." |