fix: 使用 build/icon.png 方形图标供 electron-builder 打包

This commit is contained in:
2026-07-16 08:10:27 +08:00
parent 7c519a0014
commit e5058068cd
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": "src/assets/icon.png",
"icon": "build/icon.png",
"files": [
"dist/**/*",
"dist-electron/**/*",