Skip to content

Commit

Permalink
chore(ui-rs): rename default bin
Browse files Browse the repository at this point in the history
Signed-off-by: Bukowa <gitbukowa@gmail.com>
  • Loading branch information
bukowa committed Jul 9, 2024
1 parent 67ff82b commit b9dc651
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions ck3oop-ui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ description = "A Tauri App"
authors = ["you"]
edition = "2021"
publish = false
default-run= "ck3oop-ui"

[[bin]]
name = "ck3oop-ui"
path = "src/main.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion ck3oop-ui/vars.just
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export TAURI_BIN_NAME := "ck3oop-ui"
export TAURI_BIN_NAME := "ck3oop-ui-rs"

exe := if os() == 'windows' { ".exe" } else { "" }

Expand Down

0 comments on commit b9dc651

Please sign in to comment.