build: 添加应用程序图标资源并更新构建配置

- 新增 PathEditor.ico 图标文件及对应的资源脚本 resources.rc
- 更新 Makefile,将图标资源编译链接到最终的可执行文件中
- 更新 Inno Setup 安装脚本,为安装程序设置图标
This commit is contained in:
2026-03-16 18:41:36 +08:00
parent b2ee99c91b
commit 05d4536c42
5 changed files with 7 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
IDI_ICON1 ICON "PathEditor.ico"