Skip to content

Commit

Permalink
Merge pull request #1 from vanzylv/dev
Browse files Browse the repository at this point in the history
chore: fix windows release
  • Loading branch information
vanzylv authored Nov 26, 2023
2 parents 77b127c + 1fdb134 commit 2d41ce9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rusty_ytdl = "0.6.4"
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }

[target.'cfg(target_os = "linux")'.dependencies]
fork = "0.1.0"

[features]
Expand Down

0 comments on commit 2d41ce9

Please sign in to comment.