chore: update

This commit is contained in:
huzibaca 2024-10-03 12:01:06 +08:00
parent bf1f201d4b
commit 2685a02e1a
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -143,7 +143,7 @@ impl Sysopt {
let shell = app_handle.shell();
let output = if pac {
let address = format!("http://{}:{}/pac", "127.0.0.1", port);
let address = format!("http://{}:{}/pac", "127.0.0.1", pac_port);
let output = tauri::async_runtime::block_on(async move {
shell
.command(sysproxy_exe.as_path().to_str().unwrap())