mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
renaming and extraction display
This commit is contained in:
@@ -20,8 +20,6 @@ pub fn unzip(window: tauri::Window, zipfile: String, destpath: String) {
|
||||
thread::spawn(move || {
|
||||
let fullPath = writePath;
|
||||
|
||||
println!("Unzipping file! {}", &zipfile);
|
||||
|
||||
window.emit("extract_start", &zipfile);
|
||||
|
||||
match zip_extract::extract(f, &fullPath, true) {
|
||||
@@ -33,8 +31,6 @@ pub fn unzip(window: tauri::Window, zipfile: String, destpath: String) {
|
||||
}
|
||||
};
|
||||
|
||||
println!("Unzipping done!");
|
||||
|
||||
window.emit("extract_end", &zipfile);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user