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

Downloads a file from GitHub showing console progress