aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
authorAlystrasz <contact@remyraes.com>2021-12-28 12:08:55 +0100
committerAlystrasz <contact@remyraes.com>2021-12-28 12:08:55 +0100
commitc437df2593cf7d00a27219456cdf23a090f6027d (patch)
tree224af3a10face9f92e9e2f99be33688259602a45 /src/index.js
parentc775cc8a6f674c47a904113c7edbd25b1fa5fb63 (diff)
downloadViper-c437df2593cf7d00a27219456cdf23a090f6027d.tar.gz
Viper-c437df2593cf7d00a27219456cdf23a090f6027d.zip
[chore] setting resources folder in build configuration
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index ffb4bd7..4df7d91 100644
--- a/src/index.js
+++ b/src/index.js
@@ -16,7 +16,7 @@ function start() {
title: "Viper",
resizable: false,
titleBarStyle: "hidden",
- icon: path.join(__dirname, 'assets/icons/northstarCN_icon.png'),
+ icon: path.join(__dirname, 'assets/icons/icon.png'),
webPreferences: {
nodeIntegration: true,
contextIsolation: false,