From 42a75fe1339914bdcd872c5388382b0d85d86774 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 27 Dec 2023 13:54:31 +0100 Subject: [PATCH] impr: Make ImHex's name not look weird in various places --- resources/resource.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/resource.rc b/resources/resource.rc index 0b8d27fe3..854b9559a 100644 --- a/resources/resource.rc +++ b/resources/resource.rc @@ -20,7 +20,7 @@ GLFW_ICON ICON dist/windows/icon.ico BLOCK "080904b0" BEGIN VALUE "CompanyName", "WerWolv" - VALUE "FileDescription", "ImHex Hex Editor 🔍" + VALUE "FileDescription", "ImHex" VALUE "LegalCopyright", "WerWolv 2020-2023" VALUE "OriginalFilename", "imhex.exe" VALUE "ProductName", "ImHex"