ready for build

This commit is contained in:
DoomKitty87 2023-08-22 10:49:04 -07:00
parent 50a011941e
commit bb4969107d
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ edition = "2021"
tauri-build = { version = "1.4", features = [] }
[dependencies]
tauri = { version = "1.4", features = [ "path-all", "fs-all", "shell-open"] }
tauri = { version = "1.4", features = ["fs-all", "path-all", "shell-open"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

View file

@ -30,7 +30,7 @@
"bundle": {
"active": true,
"targets": "all",
"identifier": "com.tauri.dev",
"identifier": "com.seafoam.dev",
"icon": [
"icons/32x32.png",
"icons/128x128.png",