Resources: add version info to the exe.

Why the fuck is it so complicated ? Fuck you, Microsoft engineers who
designed this format.
This commit is contained in:
Guillaume Jacquemin 2022-04-24 00:31:43 +02:00
parent 56048f64ee
commit bb74a5c713
1 changed files with 27 additions and 0 deletions

View File

@ -17,3 +17,30 @@
MAINICON ICON "mbst.ico"
1 24 "Application.manifest"
1 VERSIONINFO
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,0,0
FILEOS 0x40004
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
BLOCK "080904B0"
{
VALUE "FileDescription", "M.A.S.S. Builder Save Tool"
VALUE "InternalName", "MassBuilderSaveTool.exe"
VALUE "OriginalFilename", "MassBuilderSaveTool.exe"
VALUE "CompanyName", "Guillaume Jacquemin"
VALUE "LegalCopyright", "Copyright \xA9 2021-2022 Guillaume Jacquemin."
VALUE "ProductName", "M.A.S.S. Builder Save Tool"
VALUE "FileVersion", "1.4.0.0"
VALUE "ProductVersion", "1.4.0.0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0809, 0x04B0
}
}