diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-04-01 19:10:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 10:10:00 +1100 |
| commit | 6048ce5a34ae00124eb7b285e1f561e709843c74 (patch) | |
| tree | 6f4754360c79820d8c767e16e861500ec240f9bb /cli | |
| parent | 0e72129da2fb3ef5b9ca27552e30264a8fc4c0a7 (diff) | |
chore(cli): add "Deno" to the windows file description (#9959)
Diffstat (limited to 'cli')
| -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 a55c7c521..dd3b8b801 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -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" |
