Skip to content

Commit 7cfa2a0

Browse files
committed
chore(tauri): restore app name to Simprint
- revert productName and window title from Simprint Browser back to Simprint
1 parent 368b030 commit 7cfa2a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
3-
"productName": "Simprint Browser",
3+
"productName": "Simprint",
44
"version": "0.1.0",
55
"identifier": "com.lius.simprint",
66
"build": {
@@ -13,7 +13,7 @@
1313
"windows": [
1414
{
1515
"label": "splashscreen",
16-
"title": "Simprint Browser",
16+
"title": "Simprint",
1717
"url": "splashscreen.html",
1818
"decorations": false,
1919
"width": 725,

0 commit comments

Comments
 (0)