-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdc2.json
More file actions
28 lines (28 loc) · 742 Bytes
/
dc2.json
File metadata and controls
28 lines (28 loc) · 742 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
{
"version": "1.7.3",
"homepage": "https://12noon.com",
"description": "Control display resolutions from the CLI",
"license": "Freeware",
"checkver": "Display Changer II ([\\d\\.]+)",
"url": "https://12noon.com/files/dc2.zip",
"architecture": {
"32bit": {
"bin": [["dc2x86.exe", "dc2"]],
"shortcuts": [
[
"dc2x86.exe",
"12noon\\Display Changer II"
]
]
},
"64bit": {
"bin": [["dc2.exe", "dc2"]],
"shortcuts": [
[
"dc2.exe",
"12noon\\Display Changer II"
]
]
}
}
}