Add mods download

This commit is contained in:
Thoronium
2023-04-07 02:15:17 -06:00
parent 3356bddb42
commit d7b2aa25cc
17 changed files with 116 additions and 14 deletions

View File

@@ -103,6 +103,12 @@ pub fn unzip(
.unwrap();
}
if zipfile.contains("3dmigoto") {
window
.emit("migoto_extracted", destpath.to_string() + "3DMigoto Loader.exe")
.unwrap();
}
// Delete zip file
match std::fs::remove_file(&zipfile) {
Ok(_) => {