mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
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:
@@ -24,9 +24,9 @@ use crate::config::Config;
|
||||
mod actions;
|
||||
mod config;
|
||||
mod files;
|
||||
mod utils;
|
||||
|
||||
// TODO: Naming and descriptions could be made clearer
|
||||
// TODO: When creating copies, check whether `yabridge-host.exe` is in the PATH for the login shell
|
||||
// TODO: Reward parts of the readme
|
||||
|
||||
fn main() -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user