mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-12-22 19:25:40 +00:00
Update src/tasks/install_desktop_shortcut.rs
Co-authored-by: liushuyu <liushuyu011@gmail.com>
This commit is contained in:
parent
95ee7a1739
commit
77a26c1496
|
@ -100,8 +100,7 @@ impl Task for InstallDesktopShortcutTask {
|
||||||
&shortcut.name,
|
&shortcut.name,
|
||||||
&shortcut.description,
|
&shortcut.description,
|
||||||
tool_path,
|
tool_path,
|
||||||
// TODO: Send by list
|
&["--launcher", exe_path],
|
||||||
&format!("--launcher \"{}\"", exe_path),
|
|
||||||
&starting_dir,
|
&starting_dir,
|
||||||
exe_path,
|
exe_path,
|
||||||
)?);
|
)?);
|
||||||
|
|
Loading…
Reference in a new issue