add proper square Windows icon with multiple sizes

The source PNG (1536x1024) was non-square, causing the icon to appear
squished on Windows. Center-crop to 1024x1024 and generate a multi-size
.ico (16, 32, 48, 64, 128, 256) for correct display across taskbar,
title bar, alt-tab, and explorer.
This commit is contained in:
2026-04-03 13:10:18 -07:00
parent b3645a78a5
commit 3958204737
3 changed files with 1 additions and 1 deletions

View File

@@ -158,7 +158,7 @@
"nsis",
"zip"
],
"icon": "assets/SubMiner.png"
"icon": "assets/SubMiner.ico"
},
"nsis": {
"oneClick": false,