-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwindowsSpecific.rc
30 lines (27 loc) · 1.04 KB
/
windowsSpecific.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
IDI_ICON1 ICON DISCARDABLE "share/decipher_text/icons/app_icon.ico"
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,0,0
PRODUCTVERSION 0,9,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Agnis Technology"
VALUE "FileDescription", "Decipher Text: Open source Optical Character Recognition software based upon tesseract_ocr using Qt5."
VALUE "FileVersion", "0.9.0.0\0"
VALUE "InternalName", "Decipher Text"
VALUE "LegalCopyright", "Copyright (c) 2016 Agnis Technology"
VALUE "LegalTrademarks1", "All Rights Reserved"
VALUE "LegalTrademarks2", "Available under BSD 3-Clause License"
VALUE "OriginalFilename", "decipher_text.exe"
VALUE "ProductName", "Decipher Text"
VALUE "ProductVersion", "0.5-alpha\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END