De-duplicate Windows icons

Keeps the Windows icons on `static` only.
This commit is contained in:
Davi 2025-02-20 11:14:54 -03:00
parent 8edcc99621
commit 2eef7a40c5
3 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

View file

@ -65,6 +65,10 @@
"build": {
"appId": "dev.vencord.vesktop",
"productName": "Vesktop",
"extraResources": [
"build",
"static/icon.ico"
],
"files": [
"!*",
"!node_modules",
@ -184,7 +188,7 @@
]
}
],
"icon": "icon.ico"
"icon": "static/icon.ico"
},
"publish": {
"provider": "github"