forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPRTGDesktop.json
38 lines (38 loc) · 1.34 KB
/
PRTGDesktop.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
{
"version": "21.2.1",
"description": "Paessler's PRTG Desktop App. Completely control multiple PRTG installations.",
"homepage": "https://www.paessler.com/prtg-desktop-app",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://downloads.paessler.com/prtg_desktop/21.2.1/64bit/PRTG_Desktop_Full_Installer.msi",
"hash": "8062dbff2f9a52f4a0880d9a20c887c6b1ad3b291a82d480571c5a5bffae6deb"
},
"32bit": {
"url": "https://downloads.paessler.com/prtg_desktop/21.2.1/32bit/PRTG_Desktop_Full_Installer.msi",
"hash": "7b836736861d114f14d974a37080c5eae58f1b09d2040d8743ee9d635735bbc4"
}
},
"extract_dir": "Paessler\\PRTG Desktop",
"bin": "prtgdesktop.exe",
"shortcuts": [
[
"prtgdesktop.exe",
"PRTG Desktop"
]
],
"checkver": {
"url": "https://updatecheck.paessler.com/desk-stable.json",
"jsonpath": "$.version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.paessler.com/prtg_desktop/$version/64bit/PRTG_Desktop_Full_Installer.msi"
},
"32bit": {
"url": "https://downloads.paessler.com/prtg_desktop/$version/32bit/PRTG_Desktop_Full_Installer.msi"
}
}
}
}