fix: Set unique app ID

This commit is contained in:
ptrcnull 2022-06-20 06:26:27 +02:00
parent 4d85efdde2
commit fe1c4a895d
Signed by: ptrcnull
GPG key ID: 411F7B30801DD9CA

View file

@ -8,7 +8,7 @@
"withGlobalTauri": true "withGlobalTauri": true
}, },
"package": { "package": {
"productName": "gitlab-jobs-tauri", "productName": "gitlab-jobs",
"version": "0.1.0" "version": "0.1.0"
}, },
"tauri": { "tauri": {
@ -30,7 +30,7 @@
"icons/icon.icns", "icons/icon.icns",
"icons/icon.ico" "icons/icon.ico"
], ],
"identifier": "com.tauri.dev", "identifier": "me.ptrcnull.gitlab-jobs",
"longDescription": "", "longDescription": "",
"macOS": { "macOS": {
"entitlements": null, "entitlements": null,