feat: add branding assets and favicon support across admin-web and desktop-client

Add NexaVPN logo images (full logo and mark-only variants) to admin-web and desktop-client public directories. Add favicon.ico and favicon.png to admin-web, and icon.png to desktop-client. Update index.html files to reference favicon assets. Add icon.png and icon.ico to desktop-client Tauri icons directory and configure bundle.icon in tauri.conf.json. Update Layout component to display logo in sidebar brand-block with
This commit is contained in:
2026-03-17 19:37:58 +01:00
parent d4e8fc28c7
commit 61d2b4b25c
14 changed files with 128 additions and 9 deletions

View File

@@ -25,7 +25,10 @@
"bundle": {
"active": true,
"targets": "all",
"icon": [],
"icon": [
"icons/icon.png",
"icons/icon.ico"
],
"resources": [
"bundled/**/*"
]