mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
added winres resources
This commit is contained in:
parent
b91eb5b630
commit
7fbfb14d7f
1 changed files with 2 additions and 3 deletions
|
@ -47,10 +47,9 @@ then
|
|||
)
|
||||
fi
|
||||
|
||||
which go
|
||||
#install go-winres
|
||||
#go install github.com/tc-hib/go-winres@latest
|
||||
#Build winres
|
||||
go-winres init
|
||||
go-winres make
|
||||
|
||||
# Build Mesh!
|
||||
[ "${PKGARCH}" == "x64" ] && GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ LDFLAGS="-H windowsgui" ./build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue