From cccca456f41c417d40934e768fbe1235d017bfc5 Mon Sep 17 00:00:00 2001 From: Alystrasz Date: Tue, 28 Dec 2021 11:50:29 +0100 Subject: [feat] application has a logo --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 4e64414..ffb4bd7 100644 --- a/src/index.js +++ b/src/index.js @@ -16,6 +16,7 @@ function start() { title: "Viper", resizable: false, titleBarStyle: "hidden", + icon: path.join(__dirname, 'assets/icons/northstarCN_icon.png'), webPreferences: { nodeIntegration: true, contextIsolation: false, -- cgit v1.2.3