diff options
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 1 |
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, |