mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
4677f8036e
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>
5 lines
83 B
Go
5 lines
83 B
Go
package main
|
|
|
|
import (
|
|
_ "github.com/docker/docker/autogen/winresources/docker"
|
|
)
|