mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-23 05:35:09 +00:00
De-duplicate Windows icons
Keeps the Windows icons on `static` only.
This commit is contained in:
parent
8edcc99621
commit
2eef7a40c5
3 changed files with 5 additions and 1 deletions
BIN
build/icon.ico
BIN
build/icon.ico
Binary file not shown.
Before Width: | Height: | Size: 63 KiB |
BIN
build/icon.png
BIN
build/icon.png
Binary file not shown.
Before Width: | Height: | Size: 9.5 KiB |
|
@ -65,6 +65,10 @@
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "dev.vencord.vesktop",
|
"appId": "dev.vencord.vesktop",
|
||||||
"productName": "Vesktop",
|
"productName": "Vesktop",
|
||||||
|
"extraResources": [
|
||||||
|
"build",
|
||||||
|
"static/icon.ico"
|
||||||
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"!*",
|
"!*",
|
||||||
"!node_modules",
|
"!node_modules",
|
||||||
|
@ -184,7 +188,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "icon.ico"
|
"icon": "static/icon.ico"
|
||||||
},
|
},
|
||||||
"publish": {
|
"publish": {
|
||||||
"provider": "github"
|
"provider": "github"
|
||||||
|
|
Loading…
Add table
Reference in a new issue