Skip to content

Commit

Permalink
Add UsbTreeView
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Nov 2, 2024
1 parent 92d07e6 commit 7315e95
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/bucket/em-client.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://www.emclient.com/",
"version": "10.1.4417",
"description": "A full featured email client with a modern and easy to use interface.",
"homepage": "https://www.emclient.com/",
"license": "Freeware",
"notes": [
"Scoop doesn't persist your EmClient data, by default they are stored in:",
Expand Down
24 changes: 24 additions & 0 deletions bucket/bucket/usb-device-tree-viewer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"homepage": "https://www.uwe-sieber.de/",
"version": "4.4.1",
"description": "",
"license": "",
"url": "https://www.uwe-sieber.de/files/UsbTreeView_x64.zip",
"hash": "90c59e7ca1c837adc8ef0a5236ada16977750d6c49785d80753688f5a039f171",
"bin": "UsbTreeView.exe",
"pre_install": "if (!(Test-Path \"$persist_dir\\UsbTreeView.ini\")) { New-Item \"$dir\\UsbTreeView.ini\" | Out-Null }",
"shortcuts": [
[
"UsbTreeView.exe",
"USB Device Tree Viewer"
]
],
"persist": "UsbTreeView.ini",
"checkver": {
"url": "https://www.uwe-sieber.de/usbtreeview_e.html",
"regex": "USB Device Tree Viewer V([\\d.]+)"
},
"autoupdate": {
"url": "https://www.uwe-sieber.de/files/UsbTreeView_x64.zip"
}
}

0 comments on commit 7315e95

Please sign in to comment.