bottom@0.4.1: Fix extraction

- Closes #1065
This commit is contained in:
Jakub Čábera 2020-05-07 09:32:30 +02:00 committed by GitHub
parent 66ab0eccd1
commit 415cb71703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,11 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.4.1/bottom_x86_64-pc-windows-msvc.zip", "url": "https://github.com/ClementTsang/bottom/releases/download/0.4.1/bottom_x86_64-pc-windows-msvc.zip",
"hash": "106df408faacd8af214500b5fbf2042133d3d4cda0093144a643c7016807a467", "hash": "106df408faacd8af214500b5fbf2042133d3d4cda0093144a643c7016807a467"
"extract_dir": "target\\x86_64-pc-windows-msvc\\release"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.4.1/bottom_i686-pc-windows-msvc.zip", "url": "https://github.com/ClementTsang/bottom/releases/download/0.4.1/bottom_i686-pc-windows-msvc.zip",
"hash": "76e8507780739dc7fa90474ee6cc2bbd1db078892bb89a796dcecca6298a5403", "hash": "76e8507780739dc7fa90474ee6cc2bbd1db078892bb89a796dcecca6298a5403"
"extract_dir": "target\\i686-pc-windows-msvc\\release"
} }
}, },
"bin": "btm.exe", "bin": "btm.exe",