1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

fixed naming

This commit is contained in:
Carlos Alexandro Becker 2016-12-30 16:52:33 -02:00
parent 40a4e79465
commit b5cf5d4122
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -6,6 +6,7 @@ var mapping = map[string]string{
"freebsd": "FreeBSD",
"openbsd": "OpenBSD",
"netbsd": "NetBSD",
"windows": "Windows",
"386": "i386",
"amd64": "x86_64",
}