Renaming platform binary to mattermost. (#8801)

Этот коммит содержится в:
Christopher Speller
2018-05-17 12:40:40 -07:00
коммит произвёл GitHub
родитель 1f6c271b3b
Коммит 11cbb59747
41 изменённых файлов: 284 добавлений и 262 удалений

Просмотреть файл

@@ -56,7 +56,7 @@ GO_LINKER_FLAGS ?= -ldflags \
# GOOS/GOARCH of the build host, used to determine whether we're cross-compiling or not
BUILDER_GOOS_GOARCH="$(shell $(GO) env GOOS)_$(shell $(GO) env GOARCH)"
PLATFORM_FILES="./main.go"
PLATFORM_FILES="./cmd/mattermost/"
# Output paths
DIST_ROOT=dist