Windows fix #2
This commit is contained in:
@@ -150,7 +150,7 @@ fn load(app: AppHandle, name: String) {
|
|||||||
.spawn()
|
.spawn()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
} else if platform() == "windows" {
|
} else if platform() == "windows" {
|
||||||
Command::new("lncvrt-games-launcher.exe")
|
Command::new(&update_path.join("lncvrt-games-launcher.exe"))
|
||||||
.current_dir(&update_path)
|
.current_dir(&update_path)
|
||||||
.spawn()
|
.spawn()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|||||||
Reference in New Issue
Block a user