mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-25 16:35:52 +00:00
Update src/native/mod.rs
Co-authored-by: liushuyu <liushuyu011@gmail.com>
This commit is contained in:
parent
77a26c1496
commit
f809e6cb23
1 changed files with 1 additions and 1 deletions
|
@ -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