added ico to binaries

This commit is contained in:
vadym 2021-09-20 16:05:08 +03:00
parent 7fbfb14d7f
commit b1a9556263
2 changed files with 3 additions and 2 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB