feat: port to Microsoft Windows
This commit is contained in:
@ -50,6 +50,8 @@ impl DownloadHandler {
|
||||
cache_file_w.sync_all().await?;
|
||||
tokio::fs::rename(&zip_path_part, &zip_path).await?;
|
||||
|
||||
log::debug!("Downloaded to {}", zip_path.to_string_lossy());
|
||||
|
||||
app.emit("download-end", pkg_key)?;
|
||||
|
||||
Ok(())
|
||||
|
Reference in New Issue
Block a user