Windows fix #2

This commit is contained in:
2025-11-01 12:00:22 -07:00
parent 9684247597
commit 0312153a5b

View File

@@ -150,7 +150,7 @@ fn load(app: AppHandle, name: String) {
.spawn()
.unwrap();
} else if platform() == "windows" {
Command::new("lncvrt-games-launcher.exe")
Command::new(&update_path.join("lncvrt-games-launcher.exe"))
.current_dir(&update_path)
.spawn()
.unwrap();