From 6048ce5a34ae00124eb7b285e1f561e709843c74 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 1 Apr 2021 19:10:00 -0400 Subject: [PATCH] chore(cli): add "Deno" to the windows file description (#9959) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a55c7c5218..dd3b8b8014 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"