From b2dd75f33262bc351d261e693ed5bc3ebff4f301 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 27 Mar 2021 15:06:32 +0100 Subject: [PATCH] (Windows) Added CompanyName to the resources file. --- es-app/assets/EmulationStation.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/es-app/assets/EmulationStation.rc b/es-app/assets/EmulationStation.rc index fceb00c2e..87c5f2d3f 100644 --- a/es-app/assets/EmulationStation.rc +++ b/es-app/assets/EmulationStation.rc @@ -20,6 +20,7 @@ BEGIN BLOCK "040904E4" BEGIN VALUE "Comments", "\0" + VALUE "CompanyName", "es-de.org\0" VALUE "FileDescription", "EmulationStation\0" VALUE "FileVersion", RESOURCE_VERSION_STRING VALUE "InternalName", "emulationstation.exe\0"