From 56958cecf1a538e06df21a8b805c5c978bb318dd Mon Sep 17 00:00:00 2001 From: Anthony Hoo Date: Wed, 16 Aug 2023 14:48:42 +0800 Subject: [PATCH] fix modify package identifier, add ds_store to gitignore --- .gitignore | 11 ++++++++++- src-tauri/tauri.conf.json | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 37d8616..8a94f41 100644 --- a/.gitignore +++ b/.gitignore @@ -176,4 +176,13 @@ target/ .history .ionide -# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,node,rust \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,node,rust + +## ds.store ignore +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8c1c4f2..3cd1eb9 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ "withGlobalTauri": false }, "package": { - "productName": "tauri-app", + "productName": "TempoDAV", "version": "0.0.0" }, "tauri": { @@ -24,7 +24,7 @@ "bundle": { "active": true, "targets": "all", - "identifier": "com.tauri.dev", + "identifier": "st.csu.TempoDAV", "icon": [ "icons/32x32.png", "icons/128x128.png",