Add translation block to properly set version information
This seems necessary to properly display version information in the Windows Explorer file properties dialog. I think it worked on older Windows versions without but at least on Windows 7 this seems necessary.
This commit is contained in:
parent
b8684a00f0
commit
3f89d8d6a3
@ -29,6 +29,10 @@ FILETYPE VFT_APP
|
||||
VALUE "ProductVersion", VER_FILEVERSION_STR
|
||||
}
|
||||
}
|
||||
BLOCK "VarFileInfo"
|
||||
{
|
||||
VALUE "Translation", 0x409, 0x04E4
|
||||
}
|
||||
}
|
||||
|
||||
APP_MANIFEST RT_MANIFEST "geany.exe.manifest"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user