mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 15:14:35 +01:00
Fix check
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user