yutianqaq / go-metainfo

为Golang程序添加图标、详细信息

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-metainfo

Windows

windres.exe -i .\main.rc -o main.syso
go build -ldflags "-s -w" -trimpath -o .\hello.exe

Linux

x86_64-w64-mingw32-windres -F pe-x86-64 main.rc -O coff -o main.syso

CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -trimpath -o .\hello.exe

alt text

About

为Golang程序添加图标、详细信息


Languages

Language:Go 100.0%