Skip to content

Commit

Permalink
build(tauri): update config values in tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed May 21, 2024
1 parent 85e8bdf commit a1eeb5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pretty-derby-ui"
version = "0.1.0"
description = "A Tauri App"
description = "No one knows what this means"
authors = ["苏向夜 <[email protected]>"]
edition = "2021"

Expand Down
5 changes: 3 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"productName": "pretty-derby-ui",
"productName": "Pretty Derby",
"version": "0.1.3",
"identifier": "org.noctisynth.pretty-derby",
"build": {
Expand All @@ -8,7 +8,8 @@
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist"
},
"app": {"windows": [
"app": {
"windows": [
{
"title": "pretty-derby-ui",
"width": 800,
Expand Down

0 comments on commit a1eeb5a

Please sign in to comment.