re-add opening as admin

This commit is contained in:
SpikeHD
2023-04-21 12:47:44 -07:00
parent a6716e80f4
commit 829b9822cb
5 changed files with 12 additions and 9 deletions

View File

@@ -109,7 +109,10 @@ pub fn unzip(
if zipfile.contains("GIMI") {
window
.emit("migoto_extracted", destpath.to_string() + "3DMigoto Loader.exe")
.emit(
"migoto_extracted",
destpath.to_string() + "3DMigoto Loader.exe",
)
.unwrap();
}