mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-12-22 14:05:32 +00:00
Update src/native/mod.rs
Co-authored-by: liushuyu <liushuyu011@gmail.com>
This commit is contained in:
parent
77a26c1496
commit
f809e6cb23
|
@ -312,7 +312,7 @@ mod natives {
|
|||
name: &str,
|
||||
description: &str,
|
||||
target: &str,
|
||||
args: &str,
|
||||
args: &[&str],
|
||||
working_dir: &str,
|
||||
exe_path: &str,
|
||||
) -> Result<String, String> {
|
||||
|
|
Loading…
Reference in a new issue