Skip to content

Commit

Permalink
fix(tauri): http for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
endrl committed Sep 27, 2023
1 parent 1c4f507 commit f9c2a50
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 23 deletions.
92 changes: 69 additions & 23 deletions tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ tauri-build = { version = "=1.4.0", features = [] }
[dependencies]
tauri = { version = "=1.4.1", features = ["api-all"] }

# Remove with release of Tauri 1.5
[patch.crates-io]
tauri = { git = "https://github.com/tauri-apps/tauri", branch = "1.x" }
tauri-build = { git = "https://github.com/tauri-apps/tauri", branch = "1.x" }

[features]
default = ["custom-protocol"]
custom-protocol = ["tauri/custom-protocol"]

0 comments on commit f9c2a50

Please sign in to comment.