From e00d6dafddbbd8eff1068a922be52921bf9fccd0 Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Sat, 29 Jun 2024 09:46:59 +0200 Subject: [PATCH] FileDescription seems to be used as display name? --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d7accf5..5b97f9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,5 +37,5 @@ winresource = "0.1.17" [package.metadata.winresource] OriginalFilename = "alterware-launcher.exe" -FileDescription = "github.com/mxve/alterware-launcher" -ProductName = "AlterWare Launcher" +FileDescription = "AlterWare Launcher" +ProductName = "github.com/mxve/alterware-launcher"