From 7469240a2ec50fe1dbaa10d7f87651757cba927f Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 12 Apr 2021 19:52:30 -0600 Subject: [PATCH] Rename application binary to improve appearance of app menu --- zed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zed/Cargo.toml b/zed/Cargo.toml index 720ef00ab8..4ed0d1f1d5 100644 --- a/zed/Cargo.toml +++ b/zed/Cargo.toml @@ -9,7 +9,7 @@ name = "zed" path = "src/lib.rs" [[bin]] -name = "zed" +name = "Zed" path = "src/main.rs" [dependencies]