1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

Windows: Add file version information

This change adds file version information to docker.exe and dockerd.exe by
adding a Windows version resource with the windres tool.

This change adds a dependency to binutils-mingw-w64 on Linux, but removes
a dependency on rsrc. Most Windows build environments should already have
windres if they have gcc (which is necessary to build dockerd).

Signed-off-by: John Starks <jostarks@microsoft.com>
This commit is contained in:
John Starks
2016-04-23 15:11:08 -07:00
parent ef9ad85429
commit 5c252a7914

View File

@@ -1,5 +1,5 @@
package main
import (
_ "github.com/docker/docker/autogen/winresources"
_ "github.com/docker/docker/autogen/winresources/docker"
)