From 8df24391da0a56b8c1e24ab16714e6dd531bc0b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=9C=D0=B8=D1=82?= =?UTF-8?q?=D1=83=D1=81=D0=BE=D0=B2?= Date: Wed, 29 Jul 2026 15:45:58 +0300 Subject: [PATCH] fix: configure desktop bundle icons --- tauri.conf.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tauri.conf.json b/tauri.conf.json index 4e4ce3b..5438986 100644 --- a/tauri.conf.json +++ b/tauri.conf.json @@ -33,6 +33,13 @@ "bundle": { "active": true, "targets": ["app", "dmg"], + "icon": [ + "icons/32x32.png", + "icons/128x128.png", + "icons/128x128@2x.png", + "icons/icon.icns", + "icons/icon.ico" + ], "category": "Utility", "shortDescription": "Telegram connectivity through a local MTProto proxy", "longDescription": "TGLock restores Telegram connectivity through an adaptive WebSocket tunnel.",