feat: icon

This commit is contained in:
2026-02-22 19:17:59 +01:00
parent 13517f134c
commit 5728c8d33d
5 changed files with 22 additions and 3 deletions

BIN
assets/icon.icns Normal file

Binary file not shown.

BIN
assets/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
assets/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@@ -1,4 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
<rect width="256" height="256" rx="32" fill="#1e1e1e"/>
<text x="128" y="160" font-family="system-ui, -apple-system, sans-serif" font-size="100" font-weight="bold" fill="#007acc" text-anchor="middle">bDS</text>
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
<rect width="1024" height="1024" rx="224" fill="#0B2D5C"/>
<g fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round">
<circle cx="456" cy="556" r="252" stroke-width="40"/>
<ellipse cx="456" cy="556" rx="92" ry="252" stroke-width="28"/>
<ellipse cx="456" cy="556" rx="176" ry="252" stroke-width="24"/>
<ellipse cx="456" cy="556" rx="252" ry="98" stroke-width="28"/>
<ellipse cx="456" cy="556" rx="252" ry="176" stroke-width="24"/>
<g transform="rotate(-34 676 350)">
<path d="M620 238 L770 238 L770 302 L620 302 Z" stroke-width="34"/>
<path d="M770 238 L848 270 L770 302 Z" stroke-width="34"/>
<path d="M620 238 L570 270 L620 302 Z" stroke-width="34"/>
<line x1="660" y1="238" x2="660" y2="302" stroke-width="24"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 906 B

View File

@@ -139,6 +139,7 @@
}
],
"win": {
"icon": "assets/icon.ico",
"target": [
{
"target": "nsis",
@@ -150,6 +151,7 @@
]
},
"mac": {
"icon": "assets/icon.icns",
"target": [
"dmg",
"zip"
@@ -161,6 +163,7 @@
"entitlementsInherit": "build/entitlements.mac.inherit.plist"
},
"linux": {
"icon": "assets/icon.png",
"target": [
"AppImage",
"deb",