Add questing all-in-one

Also fix GIMI v7 setting
This commit is contained in:
Thoronium
2023-05-14 22:54:14 -06:00
parent a954fcfc1c
commit 4c9e70a8f8
22 changed files with 94 additions and 72 deletions

View File

@@ -107,12 +107,9 @@ pub fn unzip(
.unwrap();
}
if zipfile.contains("GIMI") {
if zipfile.contains("GrasscutterQuests") {
window
.emit(
"migoto_extracted",
destpath.to_string() + "3DMigoto Loader.exe",
)
.emit("jar_extracted", destpath.to_string() + "grasscutter.jar")
.unwrap();
}