From 7e4ad2b3ac04a3579db36f11153292690597c691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Wed, 8 Apr 2020 20:12:29 +0200 Subject: [PATCH] win: Re-add required version info fields They didn't seem to break compile, but it's better to stay on the safe side :P --- src/win/86Box.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/win/86Box.rc b/src/win/86Box.rc index e38ac6be1..f1416f3f9 100644 --- a/src/win/86Box.rc +++ b/src/win/86Box.rc @@ -1012,8 +1012,10 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN + VALUE "CompanyName", "86Box\0" VALUE "FileDescription", "86Box\0" VALUE "FileVersion", "2.10\0" + VALUE "InternalName", "86Box\0" VALUE "LegalCopyright", "Copyright © 2007-2020 86Box contributors\0" VALUE "OriginalFilename", "86Box.exe\0" VALUE "ProductName", "86Box Emulator\0"