diff options
author | Alystrasz <contact@remyraes.com> | 2021-12-28 11:50:29 +0100 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2021-12-28 11:50:29 +0100 |
commit | cccca456f41c417d40934e768fbe1235d017bfc5 (patch) | |
tree | 69f3cd953cd54502a10992cd1ebbca7a8b6912d5 /src | |
parent | 1585232b26b3ee5f5af15ba64d35d9fef991c2cf (diff) | |
download | Viper-cccca456f41c417d40934e768fbe1235d017bfc5.tar.gz Viper-cccca456f41c417d40934e768fbe1235d017bfc5.zip |
[feat] application has a logo
Diffstat (limited to 'src')
-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, |