Rename imagingutility -> rpi-imager

This commit is contained in:
Floris Bos 2020-03-05 15:40:38 +01:00
parent 0244c5f49e
commit 75feb3e73d
14 changed files with 34 additions and 32 deletions

22
windows/rpi-imager.rc Normal file
View file

@ -0,0 +1,22 @@
#include <windows.h>
IDI_ICON1 ICON DISCARDABLE "../icons/rpi-imager.ico"
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "rpi-imager.manifest"
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
{
BLOCK "StringFileInfo"
{
BLOCK "040904b0"
{
VALUE "CompanyName", "Raspberry Pi"
VALUE "FileDescription", "Raspberry Pi Imager"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x409, 1252
}
}