From 2e647c7c690ac6ee40e5794f872c29e9dfefdec8 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 1 Jun 2024 18:01:08 +0200 Subject: [PATCH] Changed identifier to use the GitHub organization --- runtime/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 00faebd..a0f9234 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -56,7 +56,7 @@ "bundle": { "active": true, "targets": "all", - "identifier": "org.tsommer.mindwork-ai-studio", + "identifier": "com.github.mindwork-ai.ai-studio", "externalBin": [ "../app/MindWork AI Studio/bin/dist/mindworkAIStudio" ],