Fix check

This commit is contained in:
Thoronium
2023-02-26 12:40:14 -07:00
committed by GitHub
parent 090e1a888d
commit 249f07927d

View File

@@ -97,7 +97,7 @@ pub fn unzip(
}
// If downloading full build, emit that the jar was extracted with it
if zipfile == "GrasscutterCulti3.4.zip" {
if zipfile.ends_with("Culti3.4.zip") {
window
.emit("jar_extracted", destpath.to_string() + "grasscutter.jar")
.unwrap();