-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathbutler.rc
More file actions
33 lines (29 loc) · 796 Bytes
/
butler.rc
File metadata and controls
33 lines (29 loc) · 796 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
33
#include "winver.h"
#define RT_MANIFEST 24
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
#define IDI_ICON_S 101
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080904E4"
BEGIN
VALUE "CompanyName", "itch corp."
VALUE "FileDescription", "Helper program for the itch app"
VALUE "FileVersion", "1.0"
VALUE "InternalName", "butler"
VALUE "LegalCopyright", "itch corp."
VALUE "OriginalFilename", "butler.exe"
VALUE "ProductName", "butler"
VALUE "ProductVersion", "1.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x809, 1252
END
END
IDI_ICON_S ICON "butler.ico"
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST MOVEABLE PURE "butler.manifest.xml"