From f63752bb5b08b650cca815124b719530edc60ebc Mon Sep 17 00:00:00 2001 From: Ian Wijma Date: Tue, 28 Nov 2023 00:18:38 +1100 Subject: [PATCH] Update bundle identifier in Tauri config Changed the bundle identifier in the Tauri configuration file from 'com.tauri.dev' to 'dev.tmp.file-browser'. This was done to better reflect the nature of the project and improve consistency across different parts of the codebase. --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b39d425..d51bafa 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -56,7 +56,7 @@ "bundle": { "active": true, "targets": "all", - "identifier": "com.tauri.dev", + "identifier": "dev.tmp.file-browser", "icon": [ "icons/32x32.png", "icons/128x128.png",