-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
wfc.json
27 lines (27 loc) · 1.09 KB
/
wfc.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
{
"_comment": "Don't forget to update exe name hardcoded in installer/script",
"version": "6.11.0.0",
"description": "Powerful tool which extends the functionality of Windows Firewall and provides new extra features which makes Windows Firewall better",
"homepage": "https://www.binisoft.org/wfc.php",
"license": "Freeware",
"depends": "sudo",
"url": "https://www.binisoft.org/download/wfc6setup.exe",
"hash": "16442002148e25cc009ad69e6292ce763eeb93108a9008c35019ec2ca7252f32",
"installer": {
"script": "sudo cmd.exe /c start /WAIT \"$dir\\wfc6setup.exe\" -install -close \"$dir\""
},
"uninstaller": {
"script": [
"sudo taskkill.exe /f /im wfc.exe",
"sudo sc.exe stop wfcs",
"sudo sc.exe delete wfcs",
"sudo reg.exe delete \"HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Windows Firewall Control\" /f"
]
},
"checkver": {
"regex": ">(\\d.\\d.\\d.\\d+)<"
},
"autoupdate": {
"url": "https://www.binisoft.org/download/wfc$majorVersionsetup.exe"
}
}