Skip to content

Commit

Permalink
Apply tauri patch for installer building
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed May 5, 2023
1 parent cf85b30 commit 197a5e8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,20 @@ features = ["path-all", "process-relaunch",
[dependencies.openvr]
git = "https://github.com/Raphiiko/oyasumi-rust-openvr"

# Fix for broken window transparency in Tauri v1.6.0.
# Fix for broken window transparency in Tauri v1.3.0.
# https://github.com/tauri-apps/tauri/issues/6868
# Remove once fixed.
[patch.crates-io]
tao = { git = "https://github.com/tauri-apps/tao", branch = "v0.16" }

# Fix for broken installer generation in Tauri v1.3.0.
# https://github.com/tauri-apps/tauri/issues/6853
# https://github.com/tauri-apps/tauri/pull/6855
# Remove once fix is released
[patch.crates-io]
#tauri = { git = "https://github.com/tauri-apps/tauri", branch = "dev" }
tauri-build = { git = "https://github.com/tauri-apps/tauri", branch = "dev" }

[features]
# by default Tauri runs in production mode
# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL
Expand Down

0 comments on commit 197a5e8

Please sign in to comment.