Skip to content

Commit

Permalink
chore: support w7
Browse files Browse the repository at this point in the history
  • Loading branch information
KonecnyDavid committed Aug 8, 2024
1 parent c329186 commit 307756b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
tauri-build = { version = "1", features = [] }

[dependencies]
tauri = { version = "1", features = ["shell-open"] }
tauri = { version = "1", features = ["shell-open", "windows7-compat"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"

Expand Down

0 comments on commit 307756b

Please sign in to comment.