From 5572a08fa3611755f83ffdd92a7f32115551d8b8 Mon Sep 17 00:00:00 2001 From: Tom Heaton <50220137+tomheaton@users.noreply.github.com> Date: Tue, 12 Sep 2023 21:23:42 +0100 Subject: [PATCH] fix bundle indentifier --- apps/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/src-tauri/tauri.conf.json b/apps/src-tauri/tauri.conf.json index 9739edd..445b6c7 100644 --- a/apps/src-tauri/tauri.conf.json +++ b/apps/src-tauri/tauri.conf.json @@ -41,7 +41,7 @@ "icons/icon.icns", "icons/icon.ico" ], - "identifier": "twidge.vpotti.me", + "identifier": "me.vpotti.twidge", "longDescription": "", "macOS": { "entitlements": null,