Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
fix modify package identifier,
Browse files Browse the repository at this point in the history
add ds_store to gitignore
  • Loading branch information
Anthony-Hoo committed Aug 16, 2023
1 parent 49cd5f4 commit 56958ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,13 @@ target/
.history
.ionide

# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,node,rust
# 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
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"withGlobalTauri": false
},
"package": {
"productName": "tauri-app",
"productName": "TempoDAV",
"version": "0.0.0"
},
"tauri": {
Expand All @@ -24,7 +24,7 @@
"bundle": {
"active": true,
"targets": "all",
"identifier": "com.tauri.dev",
"identifier": "st.csu.TempoDAV",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
Expand Down

0 comments on commit 56958ce

Please sign in to comment.