mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 15:44: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 downloading full build, emit that the jar was extracted with it
|
||||||
if zipfile == "GrasscutterCulti3.4.zip" {
|
if zipfile.ends_with("Culti3.4.zip") {
|
||||||
window
|
window
|
||||||
.emit("jar_extracted", destpath.to_string() + "grasscutter.jar")
|
.emit("jar_extracted", destpath.to_string() + "grasscutter.jar")
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|||||||
Reference in New Issue
Block a user