Files
ngzz-mc/cmd/client/winres.json
NianGao Dev 9e7d4d20e2 feat(build): 程序图标使用原版素材 logo + 安装器运行/快捷方式选项
- scripts/make_icon.ps1:素材包 pack.png → go-winres 生成 icon.syso
  (嵌入 exe 图标与版本信息);窗口图标运行时 SetWindowIcon
- 安装.bat:桌面快捷方式 [Y/n](默认 Y)、安装后立即运行 [Y/n](默认 Y)
- build.ps1 在 syso 缺失时自动生成图标
2026-08-16 23:23:31 +08:00

26 lines
515 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"RT_GROUP_ICON": {
"APP": {
"0001": ["icon.png"]
}
},
"RT_VERSION": {
"#1": {
"0000": {
"fixed": {
"file_version": "0.1.0.0",
"product_version": "0.1.0.0"
},
"info": {
"0409": {
"ProductName": "年糕历险记",
"FileDescription": "年糕历险记NianGao Adventure",
"CompanyName": "NianGao Dev",
"OriginalFilename": "mc-client.exe"
}
}
}
}
}
}