Skip to content

Commit 3b514ea

Browse files
committed
fix: rename app in tauri to CompareView
1 parent 2753c2a commit 3b514ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"distDir": "./www"
77
},
88
"package": {
9-
"productName": "QuickView",
9+
"productName": "CompareView",
1010
"version": "1.0.0"
1111
},
1212
"tauri": {
@@ -69,7 +69,7 @@
6969
"fullscreen": false,
7070
"height": 600,
7171
"resizable": true,
72-
"title": "QuickView",
72+
"title": "CompareView",
7373
"width": 800,
7474
"visible": false,
7575
"additionalBrowserArgs": "--force-device-scale-factor=1"

0 commit comments

Comments
 (0)