From 1151d1446642fc1181cbcc3aa916232ac5811d6c Mon Sep 17 00:00:00 2001 From: sabaimran Date: Mon, 5 Aug 2024 14:27:56 +0530 Subject: [PATCH] Add a separate windows object in the todesktop configuration --- src/interface/desktop/todesktop.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/interface/desktop/todesktop.json b/src/interface/desktop/todesktop.json index 7c03ab9b..234584f6 100644 --- a/src/interface/desktop/todesktop.json +++ b/src/interface/desktop/todesktop.json @@ -2,5 +2,8 @@ "id": "", "icon": "./assets/icons/favicon.icns", "appPath": ".", - "schemaVersion": 1 + "schemaVersion": 1, + "windows": { + "icon": "./assets/icons/favicon.ico" + } }