Skip to content

Commit 3a9c282

Browse files
committed
build: rename output name and use version from package.json
1 parent 4255eb3 commit 3a9c282

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

src-tauri/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "tauri-app"
2+
name = "algokit-explorer"
33
version = "0.0.0"
44
description = "A Tauri App"
55
authors = ["you"]

src-tauri/tauri.conf.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"distDir": "../dist"
77
},
88
"package": {
9-
"productName": "tauri-app",
10-
"version": "0.0.0"
9+
"productName": "algokit-explorer",
10+
"version": "../package.json"
1111
},
1212
"tauri": {
1313
"allowlist": {
@@ -36,7 +36,7 @@
3636
},
3737
"windows": [
3838
{
39-
"title": "tauri-app",
39+
"title": "algokit-explorer",
4040
"width": 1400,
4141
"height": 800
4242
}

0 commit comments

Comments
 (0)