diff --git a/apps/desktop-wallet/src-tauri/icons/128x128.png b/apps/desktop-wallet/src-tauri/icons/128x128.png index f746ea5..7018ca6 100644 Binary files a/apps/desktop-wallet/src-tauri/icons/128x128.png and b/apps/desktop-wallet/src-tauri/icons/128x128.png differ diff --git a/apps/desktop-wallet/src-tauri/icons/128x128@2x.png b/apps/desktop-wallet/src-tauri/icons/128x128@2x.png index 6d158b9..47af429 100644 Binary files a/apps/desktop-wallet/src-tauri/icons/128x128@2x.png and b/apps/desktop-wallet/src-tauri/icons/128x128@2x.png differ diff --git a/apps/desktop-wallet/src-tauri/icons/32x32.png b/apps/desktop-wallet/src-tauri/icons/32x32.png index 9bb2b05..e01c620 100644 Binary files a/apps/desktop-wallet/src-tauri/icons/32x32.png and b/apps/desktop-wallet/src-tauri/icons/32x32.png differ diff --git a/apps/desktop-wallet/src-tauri/icons/icon.png b/apps/desktop-wallet/src-tauri/icons/icon.png index df5e53b..79acdf2 100644 Binary files a/apps/desktop-wallet/src-tauri/icons/icon.png and b/apps/desktop-wallet/src-tauri/icons/icon.png differ diff --git a/apps/desktop-wallet/src-tauri/tauri.conf.json b/apps/desktop-wallet/src-tauri/tauri.conf.json index 319b7ea..69599ac 100644 --- a/apps/desktop-wallet/src-tauri/tauri.conf.json +++ b/apps/desktop-wallet/src-tauri/tauri.conf.json @@ -34,17 +34,9 @@ } }, "plugins": { - "fs": { - "scope": { - "allow": ["$APPDATA/*", "$HOME/.synor/*"] - } - }, - "store": {}, "shell": { "open": true }, - "dialog": {}, - "clipboard-manager": {}, "updater": { "endpoints": [ "https://releases.synor.io/wallet/{{target}}/{{arch}}/{{current_version}}" @@ -53,8 +45,7 @@ "windows": { "installMode": "passive" } - }, - "notification": {} + } }, "bundle": { "active": true,