mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
fix: code lint
This commit is contained in:
@@ -332,7 +332,7 @@ pub async fn startup_script() -> Result<()> {
|
||||
app_handle
|
||||
.shell()
|
||||
.command(shell_type)
|
||||
.current_dir(working_dir.to_path_buf())
|
||||
.current_dir(working_dir)
|
||||
.args(&[script_path])
|
||||
.output()
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user