Skip to content

Commit

Permalink
fixed typo (#493)
Browse files Browse the repository at this point in the history
duplicate "used"
  • Loading branch information
Octelly authored Nov 15, 2023
1 parent a8eb561 commit eb6e7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theseus_gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ objc = "0.2.7"
# 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
default = ["custom-protocol"]
# this feature is used used for production builds where `devPath` points to the filesystem
# this feature is used for production builds where `devPath` points to the filesystem
# DO NOT remove this
custom-protocol = ["tauri/custom-protocol"]

0 comments on commit eb6e7d1

Please sign in to comment.