mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
+7
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user