Always search for host in ~/.local/share/yabridge

This commit is contained in:
Robbert van der Helm
2020-11-20 02:20:41 +01:00
parent abb2206970
commit c69037b649
9 changed files with 122 additions and 45 deletions
+10
View File
@@ -242,6 +242,15 @@ dependencies = [
"autocfg",
]
[[package]]
name = "is_executable"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "302d553b8abc8187beb7d663e34c065ac4570b273bc9511a50e940e99409c577"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
@@ -704,6 +713,7 @@ dependencies = [
"anyhow",
"clap",
"colored",
"is_executable",
"lazy_static",
"promptly",
"rayon",