Add a command for installing the CLI
This commit is contained in:
parent
eee1cec3d4
commit
fbd1afc51f
4 changed files with 49 additions and 39 deletions
|
@ -163,7 +163,7 @@ impl super::Platform for Platform {
|
|||
UtcOffset::UTC
|
||||
}
|
||||
|
||||
fn path_for_resource(&self, _name: Option<&str>, _extension: Option<&str>) -> Result<PathBuf> {
|
||||
fn path_for_auxiliary_executable(&self, _name: &str) -> Result<PathBuf> {
|
||||
Err(anyhow!("app not running inside a bundle"))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue