-
-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathhyper.rc
More file actions
26 lines (24 loc) · 620 Bytes
/
hyper.rc
File metadata and controls
26 lines (24 loc) · 620 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
id ICON "hr-icon.ico"
1 VERSIONINFO
FILEVERSION 10,0,0,14
PRODUCTVERSION 10,0,0,14
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Zeno Rogue"
VALUE "FileDescription", "A roguelike in non-euclidean space"
VALUE "FileVersion", "A10.0n"
VALUE "InternalName", "hyper"
VALUE "LegalCopyright", "Zeno Rogue"
VALUE "OriginalFilename", "hyper.exe"
VALUE "ProductName", "HyperRogue"
VALUE "ProductVersion", "10.0n"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END