mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-25 18:36:22 +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
1 changed files with 1 additions and 2 deletions
|
@ -100,8 +100,7 @@ impl Task for InstallDesktopShortcutTask {
|
|||
&shortcut.name,
|
||||
&shortcut.description,
|
||||
tool_path,
|
||||
// TODO: Send by list
|
||||
&format!("--launcher \"{}\"", exe_path),
|
||||
&["--launcher", exe_path],
|
||||
&starting_dir,
|
||||
exe_path,
|
||||
)?);
|
||||
|
|
Loading…
Reference in a new issue