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.
This commit is contained in:
Ian Wijma 2023-11-28 00:18:38 +11:00
parent d7abbd21fd
commit f63752bb5b
1 changed files with 1 additions and 1 deletions

View File

@ -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",