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

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",