pub async fn download_plugin_executable(
    manifest: &PactPluginManifest,
    plugin_dir: &PathBuf,
    http_client: &Client,
    base_url: &str,
    tag: &String,
    display_progress: bool
) -> Result<PathBuf>
Expand description

Downloads the plugin executable from the given base URL for the current OS and architecture.