windows: Fix executable display name (#13091)
Closes #12907 **Note:** To actually take effect, delete the registered key of `Zed` in `HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\Shell\MuiCache`, for example, delete this:  ### Before 1. In Taskmanager  2. Right click taskbar  ### After   Release Notes: - N/A
This commit is contained in:
parent
e19627d92f
commit
3707734f0a
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ fn main() {
|
|||
|
||||
let mut res = winresource::WindowsResource::new();
|
||||
res.set_icon(icon.to_str().unwrap());
|
||||
res.set("FileDescription", "Zed");
|
||||
res.set("ProductName", "Zed");
|
||||
|
||||
if let Err(e) = res.compile() {
|
||||
eprintln!("{}", e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue