Skip to content

Commit

Permalink
fix: linux only webkit2gtk
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed May 6, 2024
1 parent 1617ef7 commit 3b1b691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tauri-plugin-shell = "2.0.0-beta.4"
serde_json = "1.0.116"


[target.'cfg(any(windows, target_os = "linux"))'.dependencies]
[target.'cfg(target_os = "linux")'.dependencies]
webkit2gtk = "*"

[target.'cfg(any(windows, target_os = "macos"))'.dependencies]
Expand Down

0 comments on commit 3b1b691

Please sign in to comment.