Fix jar setting from full build

This commit is contained in:
Thoronium
2023-02-26 12:02:21 -07:00
committed by GitHub
parent 5dfa98c9ea
commit 090e1a888d

View File

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