Function cargo_packager::sign_outputs

source ยท
pub fn sign_outputs(
    config: &SigningConfig,
    packages: &mut Vec<PackageOutput>
) -> Result<Vec<PathBuf>>
Expand description

Sign the specified packages and return the signatures paths.

If packages contain a directory in the case of PackageFormat::App it will zip the directory before signing and appends it to packages.