From 9f3ab4dca7ed5c810352b67fce24aa800defc5a6 Mon Sep 17 00:00:00 2001 From: Mark Tiedemann Date: Sun, 26 Jul 2020 16:39:34 +0200 Subject: [PATCH] Shorten Windows file description (#6881) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 556fe247cc..3e1e1e75f0 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."