build: Add file properties and icon to Windows executable (fixes #4304)

This commit is contained in:
albertony
2020-06-11 10:26:14 +02:00
committed by GitHub
parent d8d19072c5
commit 6a2b7b97d7
3 changed files with 101 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ check: rclone
# Get the build dependencies
build_dep:
go run bin/get-github-release.go -extract golangci-lint golangci/golangci-lint 'golangci-lint-.*\.tar\.gz'
GO111MODULE=off go get github.com/josephspurrier/goversioninfo/cmd/goversioninfo
# Get the release dependencies
release_dep: