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.",