fix: code lint

This commit is contained in:
huzibaca
2024-09-24 20:06:25 +08:00
parent 2ca7310baf
commit 4b234a3211
7 changed files with 24 additions and 32 deletions

View File

@@ -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?;