-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwinres.json
44 lines (44 loc) · 1.11 KB
/
winres.json
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
41
42
43
44
{
"RT_MANIFEST": {
"#1": {
"0409": {
"identity": {},
"description": "",
"minimum-os": "win7",
"execution-level": "",
"ui-access": false,
"auto-elevate": false,
"dpi-awareness": "system",
"disable-theming": false,
"disable-window-filtering": false,
"high-resolution-scrolling-aware": false,
"ultra-high-resolution-scrolling-aware": false,
"long-path-aware": false,
"printer-driver-isolation": false,
"gdi-scaling": false,
"segment-heap": false,
"use-common-controls-v6": false
}
}
},
"RT_VERSION": {
"#1": {
"0409": {
"fixed": {
"file_version": "1.2.3.4",
"product_version": "1.2.3.4"
},
"info": {
"0409": {
"FileDescription": "Coder",
"FileVersion": "1.2.3.4",
"LegalCopyright": "Copyright 2025 Coder Technologies Inc.",
"OriginalFilename": "coder.exe",
"ProductName": "Coder",
"ProductVersion": "1.2.3.4"
}
}
}
}
}
}