go 编译 自定义 图标 ico文件

echo IDI_ICON1 ICON ^"test.ico^" > xx.rc
windres -o xx.syso xx.rc
go build -ldflags="-w -s" .

猜你喜欢

转载自blog.csdn.net/qq_43615820/article/details/129007138