Skip to content

Commit

Permalink
fix: macos proxy support
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 17, 2024
1 parent cbf6e02 commit 50cf77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include-flate = "0.3"
serde_json = "1"
serde = { version = "1", features = ["derive"] }

tauri = { version = "2.0", features = ["macos-private-api", "devtools", "tray-icon", "image-png"] }
tauri = { version = "2.0", features = ["macos-private-api", "macos-proxy", "devtools", "tray-icon", "image-png"] }
tauri-plugin-shell = "2.0.1"
tauri-plugin-single-instance = "2.0"
tauri-plugin-process = "2.0"
Expand Down

0 comments on commit 50cf77b

Please sign in to comment.