From fe1c4a895d1b7a9733a76212f96eae1e28c40a5a Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Mon, 20 Jun 2022 06:26:27 +0200 Subject: [PATCH] fix: Set unique app ID --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4575006..1330eee 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -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,