fix: Tauri 2.0 plugin config and icon bit depth

- Remove deprecated empty plugin configs (store, dialog, etc.)
- Remove fs plugin scope (now handled by capabilities)
- Convert icons from 16-bit to 8-bit RGBA for Tauri compatibility
This commit is contained in:
Gulshan Yadav 2026-02-02 16:12:03 +05:30
parent 681f40cb5e
commit 9cdccece34
5 changed files with 1 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -34,17 +34,9 @@
} }
}, },
"plugins": { "plugins": {
"fs": {
"scope": {
"allow": ["$APPDATA/*", "$HOME/.synor/*"]
}
},
"store": {},
"shell": { "shell": {
"open": true "open": true
}, },
"dialog": {},
"clipboard-manager": {},
"updater": { "updater": {
"endpoints": [ "endpoints": [
"https://releases.synor.io/wallet/{{target}}/{{arch}}/{{current_version}}" "https://releases.synor.io/wallet/{{target}}/{{arch}}/{{current_version}}"
@ -53,8 +45,7 @@
"windows": { "windows": {
"installMode": "passive" "installMode": "passive"
} }
}, }
"notification": {}
}, },
"bundle": { "bundle": {
"active": true, "active": true,