Skip to content

Commit

Permalink
update package name and release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
SymphonySimper committed Oct 25, 2022
1 parent f735961 commit 2c7fbba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
20 changes: 10 additions & 10 deletions src-tauri/Cargo.lock

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

10 changes: 8 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-try"
version = "0.0.0"
name = "tic-tac-toe"
version = "0.0.1"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand All @@ -25,3 +25,9 @@ default = [ "custom-protocol" ]
# this feature is used used for production builds where `devPath` points to the filesystem
# DO NOT remove this
custom-protocol = [ "tauri/custom-protocol" ]

[profile.release]
strip = true # Automatically strip symbols from the binary.
opt-level = 3
lto = true
panic = "abort"

0 comments on commit 2c7fbba

Please sign in to comment.