forked from cafali/SnapKey
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresources.rc
More file actions
32 lines (29 loc) · 774 Bytes
/
resources.rc
File metadata and controls
32 lines (29 loc) · 774 Bytes
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
31
32
#include <windows.h>
// Icon resource
IDI_ICON1 ICON "snapkey.ico"
// Version information
1 VERSIONINFO
FILEVERSION 1,2,8,0
PRODUCTVERSION 1,2,8,0
FILEOS 0x40004
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
BLOCK "040904B0"
{
VALUE "FileDescription", "SnapKey"
VALUE "InternalName", "SnapKey.exe"
VALUE "OriginalFilename", "SnapKey.exe"
VALUE "CompanyName", "cafali"
VALUE "LegalCopyright", "Copyright \xA9 2025 cafali - MIT License (github.com/cafali/SnapKey)"
VALUE "ProductName", "SnapKey"
VALUE "FileVersion", "1.2.8.0"
VALUE "ProductVersion", "1.2.8.0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409, 0x04B0
}
}