mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Rename imagingutility -> rpi-imager
This commit is contained in:
parent
0244c5f49e
commit
75feb3e73d
14 changed files with 34 additions and 32 deletions
22
windows/rpi-imager.rc
Normal file
22
windows/rpi-imager.rc
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue