mirror of
https://github.com/rclone/rclone
synced 2024-11-21 22:50:16 +01:00
build: fix windows/386 icon/version embedding #4304
Make sure we install goversioninfo binary for the running architecture otherwise we don't get a binary.
This commit is contained in:
parent
33c8709439
commit
a1c9612d75
2
Makefile
2
Makefile
@ -93,7 +93,7 @@ release_dep_linux:
|
|||||||
|
|
||||||
# Get the release dependencies we only install on Windows
|
# Get the release dependencies we only install on Windows
|
||||||
release_dep_windows:
|
release_dep_windows:
|
||||||
GO111MODULE=off go get github.com/josephspurrier/goversioninfo/cmd/goversioninfo
|
GO111MODULE=off GOOS="" GOARCH="" go get github.com/josephspurrier/goversioninfo/cmd/goversioninfo
|
||||||
|
|
||||||
# Update dependencies
|
# Update dependencies
|
||||||
update:
|
update:
|
||||||
|
Loading…
Reference in New Issue
Block a user