aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--src/assets/icons/northstarCN_icon.icobin0 -> 201799 bytes
-rw-r--r--src/assets/icons/northstarCN_icon.pngbin0 -> 11631936 bytes
-rw-r--r--src/index.js1
4 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 59e6a6e..91d1ffb 100644
--- a/README.md
+++ b/README.md
@@ -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
new file mode 100644
index 0000000..32df0c5
--- /dev/null
+++ b/src/assets/icons/northstarCN_icon.ico
Binary files differ
diff --git a/src/assets/icons/northstarCN_icon.png b/src/assets/icons/northstarCN_icon.png
new file mode 100644
index 0000000..0f69b2d
--- /dev/null
+++ b/src/assets/icons/northstarCN_icon.png
Binary files differ
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,