arduino / mdns-discovery

mdns (bonjour) pluggable discovery
GNU General Public License v3.0
17 stars 6 forks source link

fix mac binary not placed in a top level directory #49

Closed umbynos closed 1 year ago

umbynos commented 1 year ago

This PR fixes the mac binary not being placed in a top level directory as the other binaries. Before:

$ curl -s https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.9_macOS_64bit.tar.gz | tar zt
mdns-discovery
LICENSE.txt

After:

$ curl -s https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.9_macOS_64bit.tar.gz | tar zt
mdns-discovery_osx_darwin_amd64/
mdns-discovery_osx_darwin_amd64/mdns-discovery
mdns-discovery_osx_darwin_amd64/LICENSE.txt