forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TeamViewer.json
46 lines (46 loc) · 1.66 KB
/
TeamViewer.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
{
"version": "15.0.8397",
"description": "Team Viewer. Remote desktop access solutions. Connect to remote computers, provide remote support & collaborate online.",
"homepage": "https://www.teamviewer.com/en/products/teamviewer/",
"license": "",
"url": "https://dl.tvcdn.de/download/TeamViewer_Setup.exe#/cosi.7z",
"hash": "e08d5efa1f17b02ba20f9b4987ed744f7635d2103ade64101551767cf319baf4",
"pre_install": [
"extract_7zip \"$dir\\`$_4_\\*.exe\" \"$dir\\cosi\"",
"Get-ChildItem \"$dir\" -Exclude 'cosi' | Remove-Item -Force -Recurse",
"Remove-Item \"$dir\\cosi\\`$PLUGINSDIR\" -Force -Recurse",
"extract_7zip \"$dir\\cosi\\tvfiles.7z\" \"$dir\""
],
"architecture": {
"64bit": {
"installer": {
"script": [
"extract_7zip \"$dir\\cosi\\tvfilesx64.7z\" \"$dir\"",
"extract_7zip \"$dir\\cosi\\tvfiles_printer_x64.7z\" \"$dir\""
]
}
},
"32bit": {
"installer": {
"script": [
"extract_7zip \"$dir\\cosi\\tvfilesx86.7z\" \"$dir\"",
"extract_7zip \"$dir\\cosi\\tvfiles_printer_x86.7z\" \"$dir\""
]
}
}
},
"post_install": "Remove-Item \"$dir\\cosi\" -Force -Recurse",
"shortcuts": [
[
"TeamViewer.exe",
"TeamViewer"
]
],
"checkver": {
"url": "https://www.teamviewer.com/en/download/windows/?os=windows",
"regex": "\\s+([\\d\\.]+)<p>"
},
"autoupdate": {
"url": "https://dl.tvcdn.de/download/TeamViewer_Setup.exe#/cosi.7z"
}
}