Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NotThorny committed Jun 7, 2023
1 parent c32a2d0 commit 77da432
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src-tauri/src/unzip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ pub fn unzip(
}

if zipfile.contains("GIMI") {
window
.emit(
"migoto_extracted",
destpath.to_string() + "3DMigoto Loader.exe",
)
.unwrap();
}
window
.emit(
"migoto_extracted",
destpath.to_string() + "3DMigoto Loader.exe",
)
.unwrap();
}

// Delete zip file
match std::fs::remove_file(&zipfile) {
Expand Down

0 comments on commit 77da432

Please sign in to comment.