Verify that the PATH has been set up correctly

When creating copies with yabridgectl. This should at least give an
advance warning that some additional steps are required when first
setting up yabridge.
This commit is contained in:
Robbert van der Helm
2020-07-16 16:56:27 +02:00
parent 2ec53c78d9
commit 836aefcfbb
7 changed files with 134 additions and 4 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ pub struct Config {
}
/// Specifies how yabridge will be set up for the found plugins.
#[derive(Deserialize, Serialize, Debug)]
#[derive(Deserialize, Serialize, Debug, PartialEq, Eq)]
#[serde(rename_all = "snake_case")]
pub enum InstallationMethod {
/// Create a copy of `libyabridge.so` for every Windows VST2 plugin .dll file found. After