1
0

fix: 完善桌面应用图标打包

统一 macOS 图标命名为 icon.icns。\n补充 Linux hicolor 图标资源。\n修复 Windows make 构建兼容性并为 exe 嵌入图标资源。\n清理旧版图标说明与不再使用的 SVG 源文件。
This commit is contained in:
2026-04-26 12:24:03 +08:00
parent 2c043c6cf7
commit 155244433f
19 changed files with 41 additions and 85 deletions

View File

@@ -36,7 +36,7 @@ nex/
├── assets/ # 应用资源
│ ├── icon.png # 托盘图标
│ ├── AppIcon.icns # macOS 应用图标
│ ├── icon.icns # macOS 应用图标
│ └── icon.ico # Windows 应用图标
└── README.md # 本文件