Skip to content

Commit

Permalink
usbtreeview: Add extract_dir and arm64 architecture (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenMacDaddy authored Dec 12, 2024
1 parent f784e7f commit 4a6faca
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions bucket/usbtreeview.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@
"architecture": {
"32bit": {
"url": "https://www.uwe-sieber.de/files/UsbTreeView_Win32.zip",
"hash": "39e3c393b18d98776773bbcb837210184e8e47515b2d264189d6b8759affc3e2"
"hash": "39e3c393b18d98776773bbcb837210184e8e47515b2d264189d6b8759affc3e2",
"extract_dir": "Win32"
},
"64bit": {
"url": "https://www.uwe-sieber.de/files/UsbTreeView_x64.zip",
"hash": "37793a6e68bef1eaca538b31849d21014d978fa30bab75967f454d007afc37bb"
"hash": "37793a6e68bef1eaca538b31849d21014d978fa30bab75967f454d007afc37bb",
"extract_dir": "x64"
},
"arm64": {
"url": "https://www.uwe-sieber.de/files/UsbTreeView_arm64.zip",
"hash": "3C347873C0463DC264242F1DCC7FEC002C39A849228C8EF095F4B68CF2BF5C55",
"extract_dir": "arm64"
}
},
"bin": "UsbTreeView.exe",
Expand All @@ -28,6 +35,9 @@
},
"64bit": {
"url": "https://www.uwe-sieber.de/files/UsbTreeView_x64.zip"
},
"arm64": {
"url": "https://www.uwe-sieber.de/files/UsbTreeView_arm64.zip"
}
}
}
Expand Down

0 comments on commit 4a6faca

Please sign in to comment.