diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | src/assets/icons/northstarCN_icon.ico | bin | 0 -> 201799 bytes | |||
-rw-r--r-- | src/assets/icons/northstarCN_icon.png | bin | 0 -> 11631936 bytes | |||
-rw-r--r-- | src/index.js | 1 |
4 files changed, 5 insertions, 0 deletions
@@ -31,3 +31,7 @@ Currently Viper is capable of: * Be pretty! Besides this I've been considering adding some easy to use VPK modding tools so everybody can have fun with VPK modding even if you don't know how to do it the traditional way. However that is not at the top of the todo list right now. + +## Credits + +All credits for logos go to Imply#9781.
\ No newline at end of file diff --git a/src/assets/icons/northstarCN_icon.ico b/src/assets/icons/northstarCN_icon.ico Binary files differnew file mode 100644 index 0000000..32df0c5 --- /dev/null +++ b/src/assets/icons/northstarCN_icon.ico diff --git a/src/assets/icons/northstarCN_icon.png b/src/assets/icons/northstarCN_icon.png Binary files differnew file mode 100644 index 0000000..0f69b2d --- /dev/null +++ b/src/assets/icons/northstarCN_icon.png 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, |