Skip to main content

build_replace

Function build_replace 

Source
pub fn build_replace(
    project_path: &Path,
    native_binary: &Path,
    output: &Path,
) -> Result<Manifest, String>
Expand description

Rebuilds a known, integrity-checked Hara distribution in place.

An unrelated non-empty directory is never removed. This lets a project refresh its generated companion launcher without making the output path a broad deletion capability.