Skip to main content

create_shim

Function create_shim 

Source
pub fn create_shim(link_path: &Path) -> Result<(), Error>
Expand description

Creates a shim for the current Zoi executable at the specified path.

ยงErrors

Returns an error if the current executable path cannot be determined or if creating the symbolic link fails.