-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathoexplore.rc
More file actions
26 lines (26 loc) · 857 Bytes
/
oexplore.rc
File metadata and controls
26 lines (26 loc) · 857 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
#include "winver.h"
#include "resource.h"
#define IDI_OEICON 100
VS_VERSION_INFO VERSIONINFO
FILEVERSION 11, 0, 19041, 1202
PRODUCTVERSION 11, 0, 19041, 1202
{
BLOCK "StringFileInfo"
{
BLOCK "040904b0"
{
VALUE "CompanyName", "Kouji Matsui"
VALUE "FileDescription", "https://github.com/kekyo/OuternetExplorer"
VALUE "FileVersion", "11.0.19041.1202"
VALUE "LegalCopyright", "Copyright (c) 2022 Kouji Matsui (@kozy_kekyo, @kekyo2)"
VALUE "OriginalFilename", "oexplore.exe"
VALUE "ProductName", PRODUCTNAME
VALUE "ProductVersion", "11.0.19041.1202"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x409, 1200
}
}
IDI_OEICON ICON "images/oexplore.ico"