diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2013-05-15 18:25:35 +0200 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2013-05-15 18:25:35 +0200 |
commit | 93713798ba38c22ce2c972a2feb7c63c294a1210 (patch) | |
tree | 765e04e7262d96e061fe39ecdcf9bc191924b150 /src/icon_qph.rc | |
parent | dec896ca8ffa5e4ee06ae82bcabc067c81b8e153 (diff) |
Use its own resource file for qphotorec
Diffstat (limited to 'src/icon_qph.rc')
-rw-r--r-- | src/icon_qph.rc | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/icon_qph.rc b/src/icon_qph.rc new file mode 100644 index 0000000..dff6efe --- /dev/null +++ b/src/icon_qph.rc @@ -0,0 +1,33 @@ +app ICON DISCARDABLE "../ico/photorec.ico" + +//CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST MOVEABLE PURE "../win/qphotorec_win.exe.manifest" +1 24 "../win/qphotorec_win.exe.manifest" + +1 VERSIONINFO +FILEVERSION 6, 14, 0, 0 +PRODUCTVERSION 6, 14, 0, 0 +FILEFLAGSMASK 0x3f +FILEOS 0x4 +FILETYPE 0x1 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904E4" + BEGIN + VALUE "CompanyName", "CGSecurity" + VALUE "ProductName", "PhotoRec" + VALUE "FileDescription", "PhotoRec" + VALUE "InternalName", "PhotoRec" + VALUE "OriginalFilename", "qphotorec_win.exe" + VALUE "Comments", "Signature based file recovery utility" + VALUE "FileVersion", "6.14" + VALUE "ProductVersion", "6.14" + VALUE "LegalCopyright", "Copyright (C) 2013" + END + END + BLOCK "VarFileInfo" + BEGIN + /* Once again -- same meanings -- apparently necessary */ + VALUE "Translation", 0x0409, 0x04E4 + END +END |