Open as admin

Set migoto exe when dl from menu
This commit is contained in:
Thoronium
2023-05-16 13:56:40 -06:00
parent d551344f39
commit 3205c96a62
3 changed files with 14 additions and 1 deletions

View File

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