feat: icon
This commit is contained in:
BIN
assets/icon.icns
Normal file
BIN
assets/icon.icns
Normal file
Binary file not shown.
BIN
assets/icon.ico
Normal file
BIN
assets/icon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
assets/icon.png
Normal file
BIN
assets/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
@@ -1,4 +1,20 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
||||||
<rect width="256" height="256" rx="32" fill="#1e1e1e"/>
|
<rect width="1024" height="1024" rx="224" fill="#0B2D5C"/>
|
||||||
<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>
|
|
||||||
|
<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>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 906 B |
@@ -139,6 +139,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"win": {
|
"win": {
|
||||||
|
"icon": "assets/icon.ico",
|
||||||
"target": [
|
"target": [
|
||||||
{
|
{
|
||||||
"target": "nsis",
|
"target": "nsis",
|
||||||
@@ -150,6 +151,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
|
"icon": "assets/icon.icns",
|
||||||
"target": [
|
"target": [
|
||||||
"dmg",
|
"dmg",
|
||||||
"zip"
|
"zip"
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"entitlementsInherit": "build/entitlements.mac.inherit.plist"
|
"entitlementsInherit": "build/entitlements.mac.inherit.plist"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
|
"icon": "assets/icon.png",
|
||||||
"target": [
|
"target": [
|
||||||
"AppImage",
|
"AppImage",
|
||||||
"deb",
|
"deb",
|
||||||
|
|||||||
Reference in New Issue
Block a user