Merge pull request #167 from NotThorny/All-in-Quest

Add questing all-in-one
This commit is contained in:
SpikeHD
2023-05-14 22:01:21 -07:00
committed by GitHub
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();
}