fix: Set unique app ID
This commit is contained in:
parent
4d85efdde2
commit
fe1c4a895d
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
"withGlobalTauri": true
|
||||
},
|
||||
"package": {
|
||||
"productName": "gitlab-jobs-tauri",
|
||||
"productName": "gitlab-jobs",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"tauri": {
|
||||
|
@ -30,7 +30,7 @@
|
|||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"identifier": "com.tauri.dev",
|
||||
"identifier": "me.ptrcnull.gitlab-jobs",
|
||||
"longDescription": "",
|
||||
"macOS": {
|
||||
"entitlements": null,
|
||||
|
|
Loading…
Reference in a new issue