aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlystrasz <contact@remyraes.com>2021-12-28 11:50:29 +0100
committerAlystrasz <contact@remyraes.com>2021-12-28 11:50:29 +0100
commitcccca456f41c417d40934e768fbe1235d017bfc5 (patch)
tree69f3cd953cd54502a10992cd1ebbca7a8b6912d5
parent1585232b26b3ee5f5af15ba64d35d9fef991c2cf (diff)
downloadViper-cccca456f41c417d40934e768fbe1235d017bfc5.tar.gz
Viper-cccca456f41c417d40934e768fbe1235d017bfc5.zip
[feat] application has a logo
-rw-r--r--src/index.js1
1 files changed, 1 insertions, 0 deletions
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,