mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-03-01 08:57:22 +00:00
Fix path setting
This commit is contained in:
parent
937faf85e2
commit
d7f3218657
@ -115,7 +115,7 @@ pub fn set_migoto_target(path: String, migoto_path: String) -> bool {
|
||||
// Set options
|
||||
conf
|
||||
.with_section(Some("Loader"))
|
||||
.set("target", pathbuf.file_name().unwrap().to_str().unwrap());
|
||||
.set("target", "GenshinImpact.exe");
|
||||
|
||||
// Write file
|
||||
match conf.write_to_file(&migoto_pathbuf) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user