Last active
June 1, 2020 18:47
-
-
Save mark05e/452d1d243e7c45d54916087d78cc1022 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "1.66.1", | |
"description": "Essential network bandwidth usage monitor", | |
"homepage": "https://www.venea.net/web/nettraffic", | |
"license": "Freeware", | |
"url": "https://files03.tchspt.com/temp/NetTraffic1.66.1.zip#/dl.7z", | |
"hash": "dda5a1e6c25750be078d851d09613c17b7f735078625ad10302edf072817ee65", | |
"pre_install": [ | |
"Expand-7zipArchive \"$dir\\NetTraffic $version.exe\" -Removal", | |
"Remove-Item \"$dir\\`$*\", \"$dir\\uninstall.exe\" -Recurse" | |
], | |
"shortcuts": [ | |
[ | |
"NetTraffic.exe", | |
"NetTraffic" | |
] | |
], | |
"persist": "Data", | |
"checkver": { | |
"url": "https://www.venea.net/web/downloads", | |
"regex": "Version: ([\\d.]+)" | |
}, | |
"autoupdate": { | |
"url": "https://files03.tchspt.com/temp/NetTraffic$version.zip" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment