-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwinrar-sc.json
42 lines (42 loc) · 1.46 KB
/
winrar-sc.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
{
"homepage": "https://www.win-rar.com/",
"description": "Powerful archive manager. It can backup your data and reduce the size of email attachments, decompress RAR, ZIP and other files downloaded from Internet and create new archives in RAR and ZIP file format.",
"version": "6.02",
"license": "https://www.win-rar.com/winrarlicense.html?&L=0",
"architecture": {
"64bit": {
"url": "https://www.win-rar.com/fileadmin/winrar-versions/sc/sc20210616/wrr/winrar-x64-602sc.exe",
"hash": "8c93718c17e5b35040ee93b0dbc1549fc016f0786be6dbebe88265e7beba9207"
},
"32bit": {
"url": "https://www.win-rar.com/fileadmin/winrar-versions/sc/sc20210616/wrr/wrar602sc.exe",
"hash": "6cd558c0986412043fcd79be308a1262b152f66d0a921c5147e80603af2800a3"
}
},
"bin": [
"rar.exe",
"unrar.exe"
],
"persist": "rarreg.key",
"pre_install": [
"$file = 'rarreg.key'",
"if (!(Test-Path \"$persist_dir\\$file\")) {",
" Write-Host 'File' $file 'does not exists. Creating.' -f Yellow",
" New-Item \"$dir\\$file\" -Type File | Out-Null",
"}"
],
"installer": {
"args": [
"/s",
"/d$dir"
]
},
"uninstaller": {
"file": "Uninstall.exe",
"args": "/s"
},
"checkver": {
"url": "https://www.rarlab.com/",
"regex": "WinRAR and RAR ([\\d+\\.]+\\w+?) release"
}
}