mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 08:34:43 +01:00
Fix jar setting from full build
This commit is contained in:
@@ -99,7 +99,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 == "GrasscutterCulti3.4.zip" {
|
||||||
window
|
window
|
||||||
.emit("jar_extracted", destpath.to_string() + &((destpath.to_string() + "grasscutter.jar")))
|
.emit("jar_extracted", destpath.to_string() + "grasscutter.jar")
|
||||||
.unwrap();
|
.unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user