diff --git a/web-app/seafoam/src-tauri/Cargo.toml b/web-app/seafoam/src-tauri/Cargo.toml index 00bc9aa..6ae0548 100644 --- a/web-app/seafoam/src-tauri/Cargo.toml +++ b/web-app/seafoam/src-tauri/Cargo.toml @@ -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" diff --git a/web-app/seafoam/src-tauri/tauri.conf.json b/web-app/seafoam/src-tauri/tauri.conf.json index 562a624..3e6418b 100644 --- a/web-app/seafoam/src-tauri/tauri.conf.json +++ b/web-app/seafoam/src-tauri/tauri.conf.json @@ -30,7 +30,7 @@ "bundle": { "active": true, "targets": "all", - "identifier": "com.tauri.dev", + "identifier": "com.seafoam.dev", "icon": [ "icons/32x32.png", "icons/128x128.png",