-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathsudo.rc
More file actions
40 lines (35 loc) · 861 Bytes
/
Copy pathsudo.rc
File metadata and controls
40 lines (35 loc) · 861 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
34
35
36
37
38
39
40
#define PROJECT_NAME "sudo"
#define STR(x) #x
#define BUILD_NAME(t) PROJECT_NAME STR(t) ".exe"
#ifdef TARGET
#define FILENAME BUILD_NAME(TARGET)
#else
#define FILENAME BUILD_NAME()
#endif
LANGUAGE 9, 0
1 VERSIONINFO
FILEVERSION 6,2,0,0
PRODUCTVERSION 6,2,0,0
FILEOS 0x40004
FILETYPE 0x1
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "000904B0"
BEGIN
VALUE "CompanyName", "github.com/mspaintmsi/superUser"
VALUE "FileDescription", "Run any process with Trusted Installer privileges"
VALUE "FileVersion", "6.2.0.0"
VALUE "InternalName", PROJECT_NAME
VALUE "LegalCopyright", "Copyright © 2019-2026 github.com/mspaintmsi/superUser"
VALUE "OriginalFilename", FILENAME
VALUE "ProductName", "superUser"
VALUE "ProductVersion", "6.2"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0009, 1200
END
END
1 24 manifest.xml