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:
Enrico Tröger 2015-04-18 10:46:54 +00:00
parent b8684a00f0
commit 3f89d8d6a3

View File

@ -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"