Scrcpy: fix extract_dir (#300)

This commit is contained in:
linsui 2019-08-05 10:51:01 +00:00 committed by Hsiao-nan Cheung
parent d170d29aaf
commit 9afb11888c

View File

@ -6,13 +6,11 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.10/scrcpy-win64-v1.10.zip", "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.10/scrcpy-win64-v1.10.zip",
"hash": "95de34575d873c7e95dfcfb5e74d0f6af4f70b2a5bc6fde0f48d1a05480e3a44", "hash": "95de34575d873c7e95dfcfb5e74d0f6af4f70b2a5bc6fde0f48d1a05480e3a44"
"extract_dir": "scrcpy-win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.10/scrcpy-win32-v1.10.zip", "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.10/scrcpy-win32-v1.10.zip",
"hash": "f98b400b3764404b33b212e9762dd6f1593ddb766c1480fc2609c94768e4a8e1", "hash": "f98b400b3764404b33b212e9762dd6f1593ddb766c1480fc2609c94768e4a8e1"
"extract_dir": "scrcpy-win32"
} }
}, },
"depends": "adb", "depends": "adb",