mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Same legal entity, just a company name change. https://find-and-update.company-information.service.gov.uk/company/08207441/filing-history
22 lines
504 B
Text
22 lines
504 B
Text
#include <windows.h>
|
|
|
|
IDI_ICON1 ICON DISCARDABLE "../icons/rpi-imager.ico"
|
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "rpi-imager.manifest"
|
|
|
|
1 VERSIONINFO
|
|
FILEVERSION IMAGER_VERSION_CSV
|
|
PRODUCTVERSION IMAGER_VERSION_CSV
|
|
{
|
|
BLOCK "StringFileInfo"
|
|
{
|
|
BLOCK "040904b0"
|
|
{
|
|
VALUE "CompanyName", "Raspberry Pi Ltd"
|
|
VALUE "FileDescription", "Raspberry Pi Imager"
|
|
}
|
|
}
|
|
BLOCK "VarFileInfo"
|
|
{
|
|
VALUE "Translation", 0x409, 1252
|
|
}
|
|
}
|