add icons for linux

This commit is contained in:
MathieuG-P
2024-07-14 16:41:07 +02:00
parent ca722b2a18
commit 9ee468af03
10 changed files with 4 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Before

Width:  |  Height:  |  Size: 442 KiB

After

Width:  |  Height:  |  Size: 442 KiB

+4 -2
View File
@@ -36,7 +36,6 @@
},
"build": {
"extraResources": [
"./assets/favicon.ico",
"./assets/jsons/bs-versions.json",
"./assets/jsons/patreons.json",
"./assets/proto/song_details_cache_v1.proto"
@@ -56,8 +55,9 @@
"nsis",
"nsis-web"
],
"icon": "assets/favicon.ico",
"icon": "./build/icons/win/favicon.ico",
"extraResources": [
"./build/icons/win",
"./assets/scripts/*.exe"
]
},
@@ -65,8 +65,10 @@
"target": [
"AppImage"
],
"icon": "./build/icons/png",
"category": "Development",
"extraResources": [
"./build/icons/png",
"./assets/scripts/DepotDownloader"
]
},