mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-09 16:48:37 +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,
|
name: &str,
|
||||||
description: &str,
|
description: &str,
|
||||||
target: &str,
|
target: &str,
|
||||||
args: &str,
|
args: &[&str],
|
||||||
working_dir: &str,
|
working_dir: &str,
|
||||||
exe_path: &str,
|
exe_path: &str,
|
||||||
) -> Result<String, String> {
|
) -> Result<String, String> {
|
||||||
|
|
Loading…
Reference in a new issue