Skip to content

Commit c059b6b

Browse files
authored
Improve tauri.conf.json (for windows builds, mainly)
1 parent 1ebd02a commit c059b6b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

nightwatch/desktop/src-tauri/tauri.conf.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"withGlobalTauri": true
88
},
99
"package": {
10-
"productName": "nightwatch-desktop",
10+
"productName": "Nightwatch",
1111
"version": "0.7.2"
1212
},
1313
"tauri": {
@@ -22,8 +22,8 @@
2222
"appimage": {
2323
"bundleMediaFramework": true
2424
},
25-
"category": "DeveloperTool",
26-
"copyright": "",
25+
"category": "SocialNetworking",
26+
"copyright": "Copyright (c) 2024 iiPython",
2727
"deb": {
2828
"depends": []
2929
},
@@ -35,7 +35,8 @@
3535
"icons/icon.icns",
3636
"icons/icon.ico"
3737
],
38-
"identifier": "com.iipython.nightwatch",
38+
"identifier": "dev.iipython.nightwatch",
39+
"publisher": "iiPython",
3940
"longDescription": "",
4041
"macOS": {
4142
"entitlements": null,
@@ -45,7 +46,7 @@
4546
"signingIdentity": null
4647
},
4748
"resources": [],
48-
"shortDescription": "",
49+
"shortDescription": "The chatting application to end all chatting applications.",
4950
"targets": "all",
5051
"windows": {
5152
"certificateThumbprint": null,

0 commit comments

Comments
 (0)