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 aacfe27..8343ba9 100644 --- a/src/index.js +++ b/src/index.js @@ -17,6 +17,7 @@ function start() { title: "Viper", resizable: false, titleBarStyle: "hidden", + icon: path.join(__dirname, 'assets/icons/512x512.png'), webPreferences: { nodeIntegration: true, contextIsolation: false, |