Skip to content

Commit

Permalink
Add WizTree manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
elisimpson authored Jan 23, 2024
1 parent a43d4aa commit 91a15f5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bucket/wiztree.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "4.17",
"description": "High speed disk space analyser",
"homepage": "https://www.diskanalyzer.com",
"license": {
"identifier": "Freeware",
"url": "https://www.diskanalyzer.com/eula"
},
"url": "https://www.diskanalyzer.com/files/wiztree_4_17_portable.zip",
"hash": "e7f38d82bec6cc5477e8a5b922aa396d3dbffe637494ed287972c55db1199522",
"pre_install": [
"Remove-Item $dir\\WizTree.exe",
"Get-ChildItem $dir\\locale -Exclude en | Remove-Item -Recurse",
"$manifest.persist | ForEach-Object { if (!(Test-Path $persist_dir\\$_)) { New-Item $dir\\$_ | Out-Null } }"
],
"shortcuts": [
[
"WizTree64.exe",
"WizTree"
]
],
"persist": "WizTree3.ini",
"checkver": {
"url": "https://www.diskanalyzer.com/download",
"regex": "V(?: |\\s+)([\\d.]+)(?: |\\s+)"
},
"autoupdate": {
"url": "https://www.diskanalyzer.com/files/wiztree_$underscoreVersion_portable.zip"
}
}

0 comments on commit 91a15f5

Please sign in to comment.