Add resource metainfo to windows binaries #29
Labels
Difficulty: 🟡 medium
Task of medium difficulty requiring moderate effort.
Engine: ⚙️ Independent
Case do not refer to any Engine.
OS: 🪟 Windows
Case refers to Windows.
Priority: ⚠️ medium
Medium priority tasks that should be addressed soon.
Status: 🕐 pending
Issue is penging list.
Type: 🚀 enhancement
Improvement or addition of a new feature.
For testing we could use rcedit from
electron
project. This tool can update metainfo in binary file: Add\edit version, icon, etc.Some AV very sensitive if EXE or DLL do not have any metainfo.
we could in CI step update metainfo to final binaries.
example:
./rcedit-x64.exe ./hlds.exe --set-version-string ProductName "ReHLDS - Refined HLDS with fixes and new features for better performance." --set-file-version 3.13.0.788 --set-product-version 3.13.0.788 --set-version-string FileDescription "ReHLDS, Commit: 85d55d15dbc3e268df9d53db121f70c0369952e0" --set-version-string "Comments" "Commit: 85d55d15dbc3e268df9d53db121f70c0369952e0"--set-version-string CompanyName "Valve, ReHLDS Team" --set-version-string LegalCopyright "Copyright 2024 Valve, ReHLDS Team"
before
after
some things we could get from ENVs like commit hash or version.
The text was updated successfully, but these errors were encountered: