Call the darwin releases macosx instead

This commit is contained in:
Jakob Borg
2014-08-01 16:30:28 +02:00
parent f34f5e41a4
commit 43e7435c41
2 changed files with 9 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ case "$1" in
build
eval $(go env)
name="syncthing-$GOOS-$GOARCH-$version"
name="syncthing-${GOOS/darwin/macosx}-$GOARCH-$version"
tarDist "$name"
;;
@@ -163,7 +163,7 @@ case "$1" in
build
name="syncthing-$os-$version"
name="syncthing-${os/darwin/macosx}-$version"
case $GOOS in
windows)
zipDist "$name"