mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-01 07:02:18 +08:00
21 lines
637 B
JSON
21 lines
637 B
JSON
{
|
|
"version": "1.3.8",
|
|
"description": "Xenu's Link Sleuth checks Web sites for broken links",
|
|
"homepage": "http://home.snafu.de/tilman/xenulink.html",
|
|
"license": "Unknown",
|
|
"url": "http://home.snafu.de/tilman/XENU.ZIP",
|
|
"hash": "319108b72709e32c250bb49bd02739f26d37b8a9d5a9bb3bbfa488d7354e197f",
|
|
"installer": {
|
|
"script": [
|
|
"Expand-7zipArchive \"$dir\\Setup.exe\" \"$dir\"",
|
|
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Setup.exe\", \"$dir\\`uninst.exe\" -Force -Recurse"
|
|
]
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"Xenu.exe",
|
|
"Xenu"
|
|
]
|
|
]
|
|
}
|