feat: update application icon in package.json

- Changed the application icon from "public/logo_larger.png" to "public/icon.ico" for improved branding.
- Added new icon file "icon.ico" to the public directory.
This commit is contained in:
Kacper
2025-12-14 00:27:24 +01:00
parent 986f6c034f
commit 223fff9ef9
2 changed files with 1 additions and 1 deletions

View File

@@ -148,7 +148,7 @@
]
}
],
"icon": "public/logo_larger.png"
"icon": "public/icon.ico"
},
"linux": {
"target": [

BIN
apps/app/public/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB