Fix fields in resource file

When reading Microsoft's docs to debug an issue in another codebase I
noticed that the fields added in this commit are documented as being
required, and that there was a specific FILETYPE for DLLs.
This commit is contained in:
Oliver Hamlet
2022-11-16 18:33:27 +00:00
parent 4636b95c3e
commit aba9ed7e95
+7 -2
View File
@@ -5,14 +5,19 @@
FILEVERSION 0, 18, 2, 0
PRODUCTVERSION 0, 18, 2, 0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
FILETYPE VFT_DLL
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "LOOT"
VALUE "FileDescription", "Library providing LOOT's core functionality"
VALUE "FileVersion", "0.18.2"
VALUE "LegalCopyright", "Copyright (C) 2013-2016 WrinklyNinja"
VALUE "InternalName", "loot"
VALUE "LegalCopyright", "Copyright (C) 2013-2022 Oliver Hamlet"
VALUE "OriginalFilename", "loot.dll"
VALUE "ProductName", "LOOT"
VALUE "ProductVersion", "0.18.2"
END
END