fix: 使用 icon.ico 而非 icon.png 供 electron-builder 打包

This commit is contained in:
2026-07-16 08:19:35 +08:00
parent e5058068cd
commit 1aa400655c
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

+1 -1
View File
@@ -24,7 +24,7 @@
"electronDownload": {
"mirror": "https://npmmirror.com/mirrors/electron/"
},
"icon": "build/icon.png",
"icon": "build/icon.ico",
"files": [
"dist/**/*",
"dist-electron/**/*",