forked from mwxmmy/biliupforjava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.rc
More file actions
33 lines (31 loc) · 900 Bytes
/
app.rc
File metadata and controls
33 lines (31 loc) · 900 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 <windows.h>
// Icon
1 ICON "icon.ico"
// Version Info
1 VERSIONINFO
FILEVERSION 1,4,1,71
PRODUCTVERSION 1,4,1,71
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE VFT2_UNKNOWN
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080404b0" // Simplified Chinese, Unicode
BEGIN
VALUE "CompanyName", "biliupforjava"
VALUE "FileDescription", "biliupforjava (1.4.1-beta7.1)"
VALUE "FileVersion", "1.4.1.71"
VALUE "InternalName", "biliupforjava"
VALUE "OriginalFilename", "biliupforjava.exe"
VALUE "ProductName", "biliupforjava"
VALUE "ProductVersion", "1.4.1.71"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x804, 1200 // Simplified Chinese
END
END