mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
added ico to binaries
This commit is contained in:
parent
7fbfb14d7f
commit
b1a9556263
2 changed files with 3 additions and 2 deletions
|
@ -48,8 +48,9 @@ then
|
|||
fi
|
||||
|
||||
#Build winres
|
||||
go-winres init
|
||||
go-winres make
|
||||
go-winres simply --icon riv.ico
|
||||
cp *.syso cmd/mesh
|
||||
cp *.syso contrib/ui/mesh-ui
|
||||
|
||||
# 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
|
||||
|
|
BIN
riv.ico
Normal file
BIN
riv.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 264 KiB |
Loading…
Add table
Add a link
Reference in a new issue