forked from FrankFang/synk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwinres.json
59 lines (59 loc) · 1.4 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"RT_GROUP_ICON": {
"APP": {
"0000": [
"synk.png"
]
}
},
"RT_MANIFEST": {
"#1": {
"0409": {
"identity": {
"name": "synk"
},
"description": "局域网同步传",
"minimum-os": "win7",
"execution-level": "as invoker",
"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": {
"0000": {
"fixed": {
"file_version": "0.1.0.0",
"product_version": "0.1.0.0"
},
"info": {
"0409": {
"Comments": "",
"CompanyName": "方应杭",
"FileDescription": "",
"FileVersion": "",
"InternalName": "synk",
"LegalCopyright": "",
"LegalTrademarks": "",
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "同步传",
"ProductVersion": "0.1.0",
"SpecialBuild": ""
}
}
}
}
}
}