From ed2b0e25adedc12fa70081a6cfa9bb6914e6fac6 Mon Sep 17 00:00:00 2001 From: Andre Maroneze <andre.maroneze@cea.fr> Date: Tue, 30 Apr 2024 23:39:15 +0200 Subject: [PATCH] [Ivette] fix path to icon --- ivette/src/dome/main/dome.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivette/src/dome/main/dome.ts b/ivette/src/dome/main/dome.ts index 3b03f976d09..336aa5abaff 100644 --- a/ivette/src/dome/main/dome.ts +++ b/ivette/src/dome/main/dome.ts @@ -406,7 +406,7 @@ function createBrowserWindow( height: 670, show: false, backgroundColor: '#f0f0f0', - icon: path.join(__dirname, 'icon.png'), + icon: path.join(__dirname, '../../static/icon.png'), webPreferences: { contextIsolation: false, nodeIntegration: true, -- GitLab