Skip to content

Commit

Permalink
build: rename output name and use version from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Mar 22, 2024
1 parent 4255eb3 commit 3a9c282
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 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.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "tauri-app"
name = "algokit-explorer"
version = "0.0.0"
description = "A Tauri App"
authors = ["you"]
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"distDir": "../dist"
},
"package": {
"productName": "tauri-app",
"version": "0.0.0"
"productName": "algokit-explorer",
"version": "../package.json"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"windows": [
{
"title": "tauri-app",
"title": "algokit-explorer",
"width": 1400,
"height": 800
}
Expand Down

0 comments on commit 3a9c282

Please sign in to comment.